File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # Use via git config --local --add blame.ignoreRevsFile .git-blame-ignore-revs
3+ # Github should automatically adhere to this.
4+
5+ # Applying Immaculate / NeoForge formatting
6+ ebf5b8cf432903f85c37a561ef0fe168fd81b392
Original file line number Diff line number Diff line change 2121 uses : neoforged/actions/.github/workflows/build-prs.yml@main
2222 with :
2323 java : 17
24- gradle_tasks : test
24+ gradle_tasks : check
2525 jar_compatibility : false
2626
2727 test-project :
Original file line number Diff line number Diff line change 1616 uses : neoforged/actions/.github/workflows/gradle-publish.yml@main
1717 with :
1818 java : 17
19- pre_gradle_tasks : test
19+ pre_gradle_tasks : check
2020 gradle_tasks : ' publish publishPlugins'
2121 version_labels : -beta, -stable
2222 secrets :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import groovy.transform.TupleConstructor
55plugins {
66 id ' java-gradle-plugin'
77 id ' maven-publish'
8- id ' net.neoforged.gradleutils' version ' 3.0.0 '
8+ id ' net.neoforged.gradleutils'
99 id ' com.gradle.plugin-publish' version ' 1.2.1'
1010 id ' com.gradleup.shadow' version ' 8.3.0'
1111}
Original file line number Diff line number Diff line change 11
22plugins {
3- id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.8.0'
3+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.9.0'
4+ id ' net.neoforged.gradleutils' version ' 4.0.0' apply false
5+ id ' dev.lukebemish.immaculate' version ' 0.1.6' apply false
46}
57
68rootProject. name = ' moddev-gradle'
9+
10+ gradle. lifecycle. beforeProject { project ->
11+ project. plugins. withId(" java" ) {
12+ apply plugin : ' dev.lukebemish.immaculate'
13+ apply plugin : ' net.neoforged.gradleutils.immaculate'
14+ }
15+ }
You can’t perform that action at this time.
0 commit comments