Skip to content

Commit

Permalink
Changed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
paulolaup committed May 6, 2022
1 parent be37271 commit 76687b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ hs_err_pid*
/output/
*.hprof
/java_pid16284.hprof.brxb6u.b.ij/
/build/
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ repositories {
mavenCentral()
}

shadowJar {
archiveBaseName.set('syntheakds')
zip64 true

exclude 'App.class'
}

dependencies {
//implementation 'org.codehaus.groovy:groovy-all:3.0.5'
implementation "org.codehaus.groovy:groovy-all:3.0.5"
Expand All @@ -58,6 +51,13 @@ dependencies {

}

shadowJar {
archiveBaseName.set('syntheakds')
zip64 true

exclude 'App.class'
}

test {
useJUnitPlatform()
}

0 comments on commit 76687b4

Please sign in to comment.