fix: #769
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -14,6 +14,7 @@ version '3.0'
|
|||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
apply plugin: 'maven-publish'
|
||||||
apply plugin: 'com.github.hierynomus.license'
|
apply plugin: 'com.github.hierynomus.license'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@@ -46,6 +47,17 @@ subprojects {
|
|||||||
java='SLASHSTAR_STYLE'
|
java='SLASHSTAR_STYLE'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishing {
|
||||||
|
publications {
|
||||||
|
maven(MavenPublication) {
|
||||||
|
from components.java
|
||||||
|
}
|
||||||
|
}
|
||||||
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultTasks 'clean', 'build'
|
defaultTasks 'clean', 'build'
|
||||||
|
|||||||
Reference in New Issue
Block a user