We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a3788 commit e5ce576Copy full SHA for e5ce576
build.gradle
@@ -16,6 +16,7 @@ sourceCompatibility = 1.6
16
defaultTasks "clean", "jar"
17
18
jar {
19
+ baseName = 'HackReduce'
20
manifest {
21
attributes 'Implementation-Title': 'HackReduce', 'Implementation-Version': version
22
}
0 commit comments