Skip to content

Commit b8aa5e6

Browse files
committed
Replace compile configuration entry with implementation
Because `compile` has long been deprecated.
1 parent 0ab22d2 commit b8aa5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repositories {
5656

5757
dependencies {
5858
implementation(gradleApi())
59-
compile(localGroovy())
59+
implementation(localGroovy())
6060
implementation("com.github.replaymod:remap:f9fe968")
6161
implementation("net.fabricmc:tiny-mappings-parser:0.2.1.13")
6262
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion")

0 commit comments

Comments
 (0)