Skip to content

Commit

Permalink
Bump TaskGraphRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jan 1, 2025
1 parent 07ca743 commit 246c0de
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx3g
org.gradle.parallel=true
org.gradle.caching=true

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/versions.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
taskgraphrunner=0.1.15
taskgraphrunner=0.1.16
devlaunch=1.0.1
terminalconsoleappender=1.3.0
christen=0.1.7
19 changes: 16 additions & 3 deletions test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,24 @@ crochet {
joined('main')
}

features {
create('yarn') {
disablePublication()
}
}

fabricInstallation('fabricYarn') {
minecraft = '1.21.1'
minecraft = '1.21.4'

dependencies {
loader 'net.fabricmc:fabric-loader:0.16.0'
loader 'net.fabricmc:fabric-loader:0.16.9'
mappings chained {
add intermediary()
add(artifact 'net.fabricmc:yarn:1.21.1+build.3:v2')
add(artifact 'net.fabricmc:yarn:1.21.4+build.4:v2')
}
}

forFeature(sourceSets.yarn)
}

vanillaInstallation('vanilla') {
Expand All @@ -91,6 +99,11 @@ crochet {
}
fabricYarnClient {
client installations.fabricYarn
implementation(project(':')) {
capabilities {
requireFeature('yarn')
}
}
}
neoFormClient {
client installations.neoForm
Expand Down
1 change: 1 addition & 0 deletions test/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx3g
org.gradle.configuration-cache=true
org.gradle.parallel=true

Expand Down

0 comments on commit 246c0de

Please sign in to comment.