aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test-project/build.gradle
AgeCommit message (Collapse)Author
2022-02-17Reconfigure plugin id and repo for essential mavenJonas Herzig
2021-08-14Merge remote-tracking branch 'FabricMC/exp/0.10' into dev/futureshedaniel
# Conflicts: # bootstrap/test-project/build.gradle # build.gradle # src/main/java/net/fabricmc/loom/configuration/RemapConfiguration.java # src/main/java/net/fabricmc/loom/configuration/ide/RunConfig.java # src/main/java/net/fabricmc/loom/task/RemapSourcesJarTask.java
2021-07-31Start experimental 0.10 branch - Won't be published right now.modmuss50
2021-07-13Fix AW testshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-06-13Fix new gradle 8.0 deprecation added in 7.2 (#416)modmuss50
* Fix new gradle 8.0 deprecation added in 7.2 * Handle bootstrap tests a bit better * Fix 0.9 wrapper tests
2021-05-26Improve error messages when using outdated Java or Gradle.modmuss50