Skip to content

Commit e5ce576

Browse files
committed
Setting the jar name in Gradle to HackReduce
1 parent 89a3788 commit e5ce576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sourceCompatibility = 1.6
1616
defaultTasks "clean", "jar"
1717

1818
jar {
19+
baseName = 'HackReduce'
1920
manifest {
2021
attributes 'Implementation-Title': 'HackReduce', 'Implementation-Version': version
2122
}

0 commit comments

Comments
 (0)