Skip to content

Commit

Permalink
Format buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Jun 12, 2023
1 parent a7916d8 commit 7b59ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ minecraft.getRuns().each { task ->

tasks.register("testJar", Jar) {
archiveClassifier = "test"

from sourceSets.test.output
}

gradlefiles.createReobfJar(tasks.getByName("testJar"))

tasks.create("testSourcesJar", Jar) {
archiveClassifier = "testsources"

from sourceSets.test.allJava
}

Expand Down Expand Up @@ -148,7 +148,7 @@ repositories {

dependencies {
minecraft gradlefiles.forgeDependency()

runtimeOnly fg.deobf("mezz.jei:jei_${config.minecraft.version}:${config.jei.version}")
}

Expand Down

0 comments on commit 7b59ab9

Please sign in to comment.