Skip to content

Commit eeafaa5

Browse files
committed
🔧 Fighting gradle even more
1 parent 4d64120 commit eeafaa5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.kotlin.gradle.plugin.mpp.pm20.util.archivesName
2+
13
plugins {
24
kotlin("jvm") version "1.9.0"
35
`maven-publish`
@@ -10,6 +12,7 @@ plugins {
1012
val archivesBaseName = project.property("archives_base_name").toString()
1113
group = project.property("maven_group")!!
1214
version = "${project.property("mod_version")}-rev.${grgit.head().abbreviatedId}"
15+
archivesName.set(property("archives_base_name")!! as String)
1316

1417
repositories {
1518
maven { url = uri("https://maven.terraformersmc.com") }
@@ -35,6 +38,8 @@ dependencies {
3538
//Mods
3639
modImplementation(libs.bundles.dependencies)
3740
modLocalRuntime(libs.bundles.dev.mods)
41+
42+
include(modImplementation("net.devtech:arrp:0.6.7")!!)
3843
}
3944

4045
// Write the version to the fabric.mod.json

0 commit comments

Comments
 (0)