Skip to content

Commit

Permalink
build: allow for specifying remap version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed May 7, 2024
1 parent a742e36 commit 21fd2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
compileOnly(libs.kotlin.gradlePlugin)
implementation(libs.kotlinx.binaryCompatibilityValidator)
api(libs.preprocessor)
api(libs.remap)
implementation(libs.asm)
implementation(libs.guava)
implementation(libs.kotlinx.metadata.jvm)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ kotlin = "1.9.23"
kotlinx-binaryCompatibilityValidator = "0.13.1"
kotlinx-metadata-jvm = "0.9.0"
preprocessor = "b09f534"
remap = "5134612"
asm = "9.6"
guava = "33.0.0-jre"

Expand All @@ -13,6 +14,7 @@ kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", ve
kotlinx-binaryCompatibilityValidator = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version.ref = "kotlinx-binaryCompatibilityValidator" }
kotlinx-metadata-jvm = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version.ref = "kotlinx-metadata-jvm" }
preprocessor = { module = "com.github.replaymod:preprocessor", version.ref = "preprocessor" }
remap = { module = "com.github.replaymod:remap", version.ref = "remap" }
asm = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
archloom = { module = "gg.essential.loom:gg.essential.loom.gradle.plugin", version.ref = "archloom" }
Expand Down

0 comments on commit 21fd2df

Please sign in to comment.