Skip to content

Commit 058163f

Browse files
committed
Set better name for core
1 parent 7612ce6 commit 058163f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
apply plugin: 'eclipse'
33

4+
eclipse {
5+
project {
6+
name = "${parent.name}-core"
7+
}
8+
}
9+
410
project.archivesBaseName = "${parent.name}-core"
511

612
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(8) // Need this here so eclipse task generates correctly.

0 commit comments

Comments
 (0)