Skip to content

Commit

Permalink
Test 8.13-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 12, 2025
1 parent 2cd695b commit 4688070
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@

package net.fabricmc.loom.test

import org.gradle.util.GradleVersion

class LoomTestConstants {
private final static String NIGHTLY_VERSION = LoomTestVersions.GRADLE_NIGHTLY.version()
private final static boolean NIGHTLY_EXISTS = nightlyExists(NIGHTLY_VERSION)

// Test against the version of Gradle being used to build loom
public final static String DEFAULT_GRADLE = GradleVersion.current().getVersion()
public final static String DEFAULT_GRADLE = "8.13-rc-1"
// Tests that depend specifically on the nightly will run on the current version when the nightly is not available.
public final static String PRE_RELEASE_GRADLE = NIGHTLY_EXISTS ? NIGHTLY_VERSION : DEFAULT_GRADLE
// Randomly sorted to ensure that all versions can run with a clean gradle home.
Expand Down

0 comments on commit 4688070

Please sign in to comment.