Attempt to fix the Profiles unloading immediately on first join

This commit is contained in:
zontreck 2024-01-08 17:28:47 -07:00
parent 5ad671cc73
commit e1c522e7a1
4 changed files with 31 additions and 5 deletions

View file

@ -17,6 +17,7 @@ base {
java {
withSourcesJar()
withJavadocJar()
}
configurations {
@ -236,6 +237,7 @@ publishing {
mavenJava(MavenPublication) {
artifact jar
artifact sourcesJar
artifact javadocJar
}
}
repositories {