Skip to content

Commit

Permalink
change: Update Gradle Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed May 16, 2022
1 parent 6da8850 commit 1df177a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.ajoberstar.grgit' version '5.0.0'
id 'signing'
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
id 'io.github.juuxel.loom-quiltflower' version '1.6.1'
}
Expand All @@ -22,6 +22,12 @@ repositories {
includeGroup "maven.modrinth"
}
}
maven {
url "https://maven.flashyreese.me/releases"
}
maven {
url "https://maven.flashyreese.me/snapshots"
}
}

dependencies {
Expand All @@ -31,7 +37,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

modImplementation "maven.modrinth:sodium:${project.sodium_version}"
modImplementation "maven.modrinth:reeses-sodium-options:${project.reeses_sodium_options}"
modImplementation "me.flashyreese.mods:reeses-sodium-options:${project.reeses_sodium_options}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
implementation "org.joml:joml:1.10.2"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name=sodium-extra

# Dependencies
reeses_sodium_options=mc1.17.1-1.4.2
reeses_sodium_options=1.4.2+mc1.17.1-build.10
sodium_version=mc1.17.1-0.3.4
fabric_version=0.46.1+1.17
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions gradlew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright © 2015-2021 the original authors.
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,10 +32,10 @@
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
Expand Down

0 comments on commit 1df177a

Please sign in to comment.