Skip to content

Commit

Permalink
this runs literally every time (not just on publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Oct 16, 2024
1 parent 8818226 commit 25bc440
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,4 @@ modrinth {

def changes = rootProject.file("CHANGES.md").text
changelog = (property("deps.java") == "9" ? "# Requires Java 9+\n\n" : "") + changes + ""


System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
System.out.println("feature the version " + project.version)
System.out.println("also unfeature the last version whilst you're at it")
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
}

0 comments on commit 25bc440

Please sign in to comment.