Skip to content

Commit

Permalink
Disable unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 20, 2021
1 parent b13a60a commit 45c4d5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ version = project.mod_version
group = project.maven_group

repositories {
maven {
/*maven {
name 'Cloth Config'
url 'https://maven.shedaniel.me/'
}
maven {
name 'Terraformers Backup'
url 'https://raw.githubusercontent.com/TerraformersMC/Archive/main/releases/'
}
}*/
flatDir { dirs 'lib' }
}

Expand All @@ -36,8 +36,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modCompileOnly "dev.the-fireplace:Fireplace-Lib:${project.fireplacelib_version}:api"
modRuntime "dev.the-fireplace:Fireplace-Lib:${project.fireplacelib_version}"
//modCompileOnly "dev.the-fireplace:Fireplace-Lib:${project.fireplacelib_version}:api"
//modRuntime "dev.the-fireplace:Fireplace-Lib:${project.fireplacelib_version}"

compileOnly "com.google.code.findbugs:jsr305:3.0.2"
}
Expand Down

0 comments on commit 45c4d5f

Please sign in to comment.