File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 uses : MinecraftForge/SharedActions/.github/workflows/gradle.yml@v0
1414 with :
1515 java : 21
16- gradle_tasks : :file-utils:build
16+ gradle_tasks : :file-utils:check :file-utils:publish
1717 project_path : file-utils
1818 artifact_name : file-utils
1919 secrets :
Original file line number Diff line number Diff line change 1313 uses : MinecraftForge/SharedActions/.github/workflows/gradle.yml@v0
1414 with :
1515 java : 21
16- gradle_tasks : :hash-utils:build
16+ gradle_tasks : :hash-utils:check :hash-utils:publish
1717 project_path : hash-utils
1818 artifact_name : hash-utils
1919 secrets :
Original file line number Diff line number Diff line change 1313 uses : MinecraftForge/SharedActions/.github/workflows/gradle.yml@v0
1414 with :
1515 java : 21
16- gradle_tasks : :log-utils:build
16+ gradle_tasks : :log-utils:check :log-utils:publish
1717 project_path : log-utils
1818 artifact_name : log-utils
1919 secrets :
Original file line number Diff line number Diff line change 1313 uses : MinecraftForge/SharedActions/.github/workflows/gradle.yml@v0
1414 with :
1515 java : 21
16- gradle_tasks : :json-data-utils:build
16+ gradle_tasks : :json-data-utils:check :json-data-utils:publish
1717 project_path : json-data-utils
1818 artifact_name : json-data-utils
1919 secrets :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' idea'
44 id ' maven-publish'
55 id ' net.minecraftforge.licenser' version ' 1.1.1'
6- id ' net.minecraftforge.gradleutils' version ' 2.4.6 '
6+ id ' net.minecraftforge.gradleutils' version ' 2.4.9 '
77
88 // modules
99 id ' org.gradlex.extra-java-module-info' version ' 1.8'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' idea'
44 id ' maven-publish'
55 id ' net.minecraftforge.licenser' version ' 1.1.1'
6- id ' net.minecraftforge.gradleutils' version ' 2.4.6 '
6+ id ' net.minecraftforge.gradleutils' version ' 2.4.9 '
77}
88
99apply from : rootProject. file(' build_shared.gradle' )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' idea'
44 id ' maven-publish'
55 id ' net.minecraftforge.licenser' version ' 1.1.1'
6- id ' net.minecraftforge.gradleutils' version ' 2.4.6 '
6+ id ' net.minecraftforge.gradleutils' version ' 2.4.9 '
77}
88
99apply from : rootProject. file(' build_shared.gradle' )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' idea'
44 id ' maven-publish'
55 id ' net.minecraftforge.licenser' version ' 1.1.1'
6- id ' net.minecraftforge.gradleutils' version ' 2.4.6 '
6+ id ' net.minecraftforge.gradleutils' version ' 2.4.9 '
77}
88
99apply from : rootProject. file(' build_shared.gradle' )
You can’t perform that action at this time.
0 commit comments