Skip to content

Commit 7da4e43

Browse files
committed
refactor: 更新gradle和mdfg版本,添加at插件
1 parent d8d7b4d commit 7da4e43

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id 'net.neoforged.moddev.legacyforge' version '2.0.91' apply(false)
14+
id 'net.neoforged.moddev.legacyforge' version '2.0.141' apply(false)
1515
id 'com.diffplug.spotless' version '8.1.0' apply(false)
1616
id 'io.freefair.lombok' version '8.14' apply(false)
17+
id "net.minecraftforge.accesstransformers" version "5.0.3" apply(false)
1718
}
1819

1920
allprojects {
@@ -50,6 +51,7 @@ configure(ctnhSubprojects) {
5051
apply plugin: 'com.diffplug.spotless'
5152
apply plugin: 'io.freefair.lombok'
5253
apply plugin: 'com.ctnhlang.langprovider'
54+
apply plugin: 'net.minecraftforge.accesstransformers'
5355

5456
version = mod_version
5557
group = maven_group
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.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)