Commit badaa05 1 parent b8ed51a commit badaa05 Copy full SHA for badaa05
File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11
11
build :
12
12
uses : MinecraftForge/SharedActions/.github/workflows/gradle.yml@main
13
13
with :
14
- java : 8
14
+ java : 11
15
15
gradle_tasks : " publish"
16
16
artifact_name : " installer"
17
17
secrets :
Original file line number Diff line number Diff line change 1
1
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2
- import net.minecraftforge.gradleutils.PomUtils
3
2
4
3
plugins {
5
4
id ' java'
@@ -78,6 +77,10 @@ artifacts {
78
77
archives shadowJar
79
78
}
80
79
80
+ changelog {
81
+ fromBase()
82
+ }
83
+
81
84
publishing {
82
85
publications. register(' mavenJava' , MavenPublication ) {
83
86
from components. java
@@ -87,14 +90,14 @@ publishing {
87
90
pom {
88
91
name = ' Installer'
89
92
description = ' Minecraft Forge Installer'
90
- url = ' https://github.com/MinecraftForge/MergeTool '
93
+ url = ' https://github.com/MinecraftForge/Installer '
91
94
92
- PomUtils . setGitHubDetails(pom, ' Installer' )
95
+ gradleutils . pom . setGitHubDetails(pom, ' Installer' )
93
96
94
- license PomUtils.Licenses .LGPLv2_1
97
+ license gradleutils.pom.licenses .LGPLv2_1
95
98
96
99
developers {
97
- developer PomUtils .Developers.LexManos
100
+ developer gradleutils.pom .Developers.LexManos
98
101
}
99
102
}
100
103
}
You can’t perform that action at this time.
0 commit comments