Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport current buildscripts to 1.12.2 #3856

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix fabric launch
  • Loading branch information
wagyourtail committed Feb 28, 2023
commit 840f1dce8b502f4aa6d6b40cc4c56fdf9aed7ba4
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ allprojects {

mappings "de.oceanlabs.mcp:mcp_config:${rootProject.minecraft_version}@zip"
mappings "de.oceanlabs.mcp:mcp_${rootProject.mcp_channel}:${rootProject.mcp_version}@zip"

implementation "org.spongepowered:mixin:0.7.11-SNAPSHOT", {
transitive = false
}
}

tasks.withType(JavaCompile).configureEach {
Expand Down Expand Up @@ -131,6 +127,10 @@ sourceSets {

dependencies {
testImplementation 'junit:junit:4.13.2'

implementation "org.spongepowered:mixin:0.7.11-SNAPSHOT", {
transitive = false
}
}

jar {
Expand Down
1 change: 0 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

repositories {
mavenLocal()
maven {
name = 'WagYourMaven'
url = 'https://maven.wagyourtail.xyz/releases'
Expand Down