Skip to content

Commit

Permalink
update gradle and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuildcraft committed Jul 5, 2024
1 parent 3ea0348 commit 61c4b37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file changed by: Leander Knüttel
* date: 25.06.2024
* date: 05.07.2024
*/

plugins {
Expand All @@ -35,10 +35,10 @@ plugins {
id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha"

// Architectury is used here only as a replacement for forge's own loom
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false

// Modpublisher: publish to Github, Modrinth and Curseforge in one go
id "com.hypherionmc.modutils.modpublisher" version "2.1.4"
id "com.hypherionmc.modutils.modpublisher" version "2.1.5"
}


Expand Down
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file changed by: Leander Knüttel
* date: 16.06.2024
* date: 05.07.2024
*/

plugins {
id "fabric-loom" version "1.6-SNAPSHOT"
id "fabric-loom" version "1.7-SNAPSHOT"
}

loom {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 61c4b37

Please sign in to comment.