Skip to content

Commit

Permalink
Move to AdoptOpenJDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengrand committed Oct 22, 2020
1 parent 1f5b188 commit 8612f02
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified .gradle/6.3/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/6.3/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/6.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/6.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kapt {

task customFatJar(type: Jar) {
manifest {
attributes 'Main-Class': 'nl.lengrand.swacli.SwaCLI'
attributes 'Main-Class': 'nl.lengrand.swacli.SwaCLISubCommands'
}
baseName = 'all-in-one-jar'
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
Expand Down

0 comments on commit 8612f02

Please sign in to comment.