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 0d2aaf4 commit eb52439Copy full SHA for eb52439
build.gradle.kts
@@ -167,10 +167,6 @@ publishMods {
167
optional { slug.set("modmenu") }
168
}
169
170
- val githubProject: String by project
171
- if (githubProject.isNotBlank() && hasProperty("github.token")) {
172
-
173
- }
174
github {
175
repository = providers.gradleProperty("githubProject")
176
accessToken = secrets.gradleProperty("github.accessToken")
changelogs/1.21.11/1.21.11+1.0.md
@@ -0,0 +1,3 @@
1
+# Debugify 1.21.11+1.0
2
+
3
+As usual with a 1.0, all bug fixes that have been fixed in vanilla have been removed.
0 commit comments