Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium authored Feb 23, 2024
1 parent 1d38de8 commit 37d6538
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ buildscript {
}

plugins {
id 'com.matthewprenger.cursegradle' version '1.1.0'
id 'com.gradle.build-scan' version '1.16'
id 'com.matthewprenger.cursegradle' version '1.1.0'
}

buildScan {
Expand All @@ -38,9 +38,6 @@ repositories {
maven { // CompatLayer
url "http://maven.k-4u.nl"
}
maven {
url "http://maven.mcmoddev.com"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
Expand Down Expand Up @@ -77,7 +74,6 @@ minecraft {
dependencies {
deobfCompile "mezz.jei:jei_${jei_version}"
deobfCompile "cofh:RedstoneFlux:${redstoneflux_version}"
compile "net.darkhax.tesla:Tesla-1.12.2:1.0.63+"
}

jar {
Expand Down Expand Up @@ -185,7 +181,6 @@ curseforge {
}
relations {
optionalLibrary 'baubles'
optionalLibrary 'tesla'
optionalLibrary 'redstone-flux'
}
}
Expand Down

0 comments on commit 37d6538

Please sign in to comment.