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