forked from GTNewHorizons/ExampleMod1.7.10
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFG IntelliJ fixes (GTNewHorizons#133)
* Bump GTNHmixins * Bump RFG version * Add a global override for the IDEA build type * Support multiple access transformer files * Move mavenLocal last in the buildscript repos to fix plugin caching * Update RFG to 1.2.0 * Make username settings work again * Update lwjgl3ify * Update lwjgl3 version to 3.3.2-SNAPSHOT * Add default IDEA project output path, compatible with both ipr and .idea projects Closes GTNewHorizons#132 * Update Gradle to 8.0 on buildscript updates * Update gradle to 8.0 * Bump version * Gradle 8.0.1 * Fix derp with "relocate/minimize dependencies" properties
- Loading branch information
1 parent
898f9d8
commit edba06d
Showing
3 changed files
with
121 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip | ||
networkTimeout=10000 | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |