We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de6fb commit bf30708Copy full SHA for bf30708
build.gradle
@@ -24,7 +24,7 @@ allprojects {
24
apply plugin: "java"
25
apply plugin: "architectury-plugin"
26
apply plugin: "maven-publish"
27
- apply from: "https://files.latmod.com/public/markdown-git-changelog.gradle"
+ apply from: "https://github.com/FTBTeam/mods-meta/blob/main/gradle/git-md-changelog.gradle"
28
29
def ENV = System.getenv()
30
version = "${mod_version}-build.${ENV.GITHUB_RUN_NUMBER ?: 9999}"
0 commit comments