Added single jar build to root project
This commit is contained in:
parent
11be265081
commit
b3375e2050
9
build.gradle
Normal file
9
build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
subprojects.each { subproject ->
|
||||
evaluationDependsOn(subproject.path)
|
||||
}
|
||||
|
||||
jar {
|
||||
from subprojects.sourceSets.main.output
|
||||
}
|
Reference in New Issue
Block a user