Skip to content

Commit

Permalink
Update project name to match repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Dec 5, 2023
1 parent e1a10fb commit 3015c07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# testbed-runner
# interlis-testbed-runner
Der Testbed-Runner ermöglicht das Testen von Constraints bzw. der dazugehörigen Methoden basierend auf Testdaten in einer definierten Ordnerstruktur.

## Anwendung
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ plugins {
id 'checkstyle'
}

group = 'ch.geowerkstatt.ilivalidator.testbed'
version = '1.0-SNAPSHOT'
group = 'ch.geowerkstatt.interlis.testbed.runner'

repositories {
mavenCentral()
Expand All @@ -17,7 +16,7 @@ dependencies {
}

application {
mainClass = 'ch.geowerkstatt.ilivalidator.testbed.Main'
mainClass = 'ch.geowerkstatt.interlis.testbed.runner.Main'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'testbed-runner'
rootProject.name = 'interlis-testbed-runner'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.geowerkstatt.ilivalidator.testbed;
package ch.geowerkstatt.interlis.testbed.runner;

public final class Main {
private Main() {
Expand Down

0 comments on commit 3015c07

Please sign in to comment.