Skip to content

Commit ffcd359

Browse files
committed
Set archives base name for core so javadoc and sources are named correctly
1 parent 60c2d2b commit ffcd359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
apply plugin: 'java'
33
apply plugin: 'maven'
4-
//apply plugin: 'signing'
54

65
defaultTasks 'build'
76

87
sourceCompatibility = "1.6"
98
targetCompatibility = "1.6"
109

10+
archivesBaseName = project.projectName
11+
1112
jar {
12-
baseName project.projectName
1313
version project.fjVersion
1414
manifest {
1515
attributes 'Signature-Version': project.fjVersion

0 commit comments

Comments
 (0)