readme hinzugefügt und es ist nun eine gradle application
This commit is contained in:
parent
47148788a4
commit
f669a63512
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,2 @@
|
|||
#Sun Jun 07 02:27:23 CEST 2020
|
||||
gradle.version=6.5
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
build.gradle
12
build.gradle
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'groovy'
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'groovy'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
@ -6,4 +9,9 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile 'org.codehaus.groovy:groovy-all:2.4.4'
|
||||
}
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'de.daggit.domap.stitch.Stitcher'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue