File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 if : ${{ runner.os != 'Windows' }}
4646 run : chmod +x ./gradlew
4747 - name : Build
48- run : ./gradlew generateChangelog build publish curseforge github publishModrinth --stacktrace --parallel -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}"
48+ run : ./gradlew generateChangelog build publish curseforge github modrinth --stacktrace --parallel -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}"
4949 env :
5050 MAVEN_URL : ${{ secrets.MAVEN_URL }}
5151 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' fabric-loom' version ' 0.12-SNAPSHOT'
33}
44
5- apply from : ' https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.1 /ferry.gradle'
5+ apply from : ' https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.5 /ferry.gradle'
66
77sourceCompatibility = JavaVersion . VERSION_17
88targetCompatibility = JavaVersion . VERSION_17
You can’t perform that action at this time.
0 commit comments