Skip to content

Commit 2d247d5

Browse files
committed
Bump version
1 parent c1900bf commit 2d247d5

File tree

4 files changed

+28
-38
lines changed

4 files changed

+28
-38
lines changed

.idea/modules.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="AuthlibProxyForServer [wrapper]" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName"/>
5+
<option name="externalProjectPath" value="$PROJECT_DIR$"/>
6+
<option name="externalSystemIdString" value="GRADLE"/>
7+
<option name="scriptParameters" value=""/>
8+
<option name="taskDescriptions">
9+
<list/>
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="wrapper"/>
14+
<option value="--gradle-version=9.0.0"/>
15+
<option value="--distribution-type=all"/>
16+
</list>
17+
</option>
18+
<option name="vmOptions"/>
19+
</ExternalSystemSettings>
20+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
21+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
22+
<DebugAllEnabled>false</DebugAllEnabled>
23+
<RunAsTest>false</RunAsTest>
24+
<method v="2"/>
25+
</configuration>
26+
</component>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx6G
33
# Fabric Basic Properties
44
# https://fabricmc.net/versions.html
5-
loader_version=0.16.14
5+
loader_version=0.17.2
66
# Mod Properties
77
mod_id=authlib-proxy-for-server
88
mod_name=AuthlibProxyForServer

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)