Update Automatic-Module-Name
This commit is contained in:
parent
34543bcbc3
commit
e19b511e6c
@ -84,10 +84,7 @@ subprojects {
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes(
|
attributes("FMLModType" to "LIBRARY")
|
||||||
"Automatic-Module-Name" to "ru.dbotthepony.kommons",
|
|
||||||
"FMLModType" to "LIBRARY"
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ kotlin.code.style=official
|
|||||||
specifyKotlinAsDependency=false
|
specifyKotlinAsDependency=false
|
||||||
|
|
||||||
projectGroup=ru.dbotthepony.kommons
|
projectGroup=ru.dbotthepony.kommons
|
||||||
projectVersion=3.1.1
|
projectVersion=3.1.2
|
||||||
|
|
||||||
guavaDepVersion=33.0.0
|
guavaDepVersion=33.0.0
|
||||||
gsonDepVersion=2.8.9
|
gsonDepVersion=2.8.9
|
||||||
|
@ -19,6 +19,16 @@ dependencies {
|
|||||||
implementation("it.unimi.dsi:fastutil:$fastutilVersion")
|
implementation("it.unimi.dsi:fastutil:$fastutilVersion")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks {
|
||||||
|
jar {
|
||||||
|
manifest {
|
||||||
|
attributes(
|
||||||
|
"Automatic-Module-Name" to "ru.dbotthepony.kommons.gson"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("mavenJava") {
|
create<MavenPublication>("mavenJava") {
|
||||||
|
@ -16,6 +16,16 @@ dependencies {
|
|||||||
implementation("com.google.guava:guava:$guavaDepVersion-jre")
|
implementation("com.google.guava:guava:$guavaDepVersion-jre")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks {
|
||||||
|
jar {
|
||||||
|
manifest {
|
||||||
|
attributes(
|
||||||
|
"Automatic-Module-Name" to "ru.dbotthepony.kommons.guava"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("mavenJava") {
|
create<MavenPublication>("mavenJava") {
|
||||||
|
Loading…
Reference in New Issue
Block a user