Skip to content

Commit e60776e

Browse files
committed
update gradle plugin to v1.3
1 parent 5259a10 commit e60776e

6 files changed

Lines changed: 8 additions & 14 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ plugins {
44

55
withKotlin()
66

7-
mod {
8-
mods.include(libs.flightlib.fabric)
9-
}
10-
117
fabric {
128
dataGen()
139
}
@@ -86,6 +82,8 @@ repositories {
8682
}
8783

8884
dependencies {
85+
modInclude(libs.flightlib.fabric)
86+
8987
modImplementation(libs.registrate)
9088
modImplementation(libs.create)
9189

gradle/wrapper/gradle-wrapper.jar

5.08 KB
Binary file not shown.

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-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("com.possible-triangle.helper") version ("1.2")
10-
id("com.possible-triangle.packwiz") version ("1.2.71")
9+
id("com.possible-triangle.helper") version ("1.3")
10+
id("com.possible-triangle.packwiz") version ("1.3.+")
1111
}

0 commit comments

Comments
 (0)