Attempt to fix the Profiles unloading immediately on first join
This commit is contained in:
parent
5ad671cc73
commit
e1c522e7a1
4 changed files with 31 additions and 5 deletions
|
@ -17,6 +17,7 @@ base {
|
|||
java {
|
||||
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
@ -236,6 +237,7 @@ publishing {
|
|||
mavenJava(MavenPublication) {
|
||||
artifact jar
|
||||
artifact sourcesJar
|
||||
artifact javadocJar
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
|
|
Reference in a new issue