Browse Source

Update build.gradle

DragonEggBedrockBreaking 4 years ago
parent
commit
f33a15b56c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/build.gradle

+ 1 - 1
common/build.gradle

@@ -20,7 +20,7 @@ dependencies {
     compileOnly "com.google.code.findbugs:jsr305:3.+"
     compileOnly "com.google.code.findbugs:jsr305:3.+"
     // We depend on fabric loader here to use the fabric @Environment annotations
     // We depend on fabric loader here to use the fabric @Environment annotations
     // Do NOT use other classes from fabric loader
     // Do NOT use other classes from fabric loader
-    modCompile "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
+    modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
     testImplementation(platform('org.junit:junit-bom:5.7.1'))
     testImplementation(platform('org.junit:junit-bom:5.7.1'))
     testImplementation('org.junit.jupiter:junit-jupiter')
     testImplementation('org.junit.jupiter:junit-jupiter')
     googleextensionCompileOnly('com.google.guava:guava:21.0')
     googleextensionCompileOnly('com.google.guava:guava:21.0')