Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Nov 1, 2024
1 parent 5e8ef04 commit 1dc7121
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -374,20 +374,6 @@ publishing {
}
}
}
/*
repositories {
if (ENV.MAVEN_PASS != null) {
maven {
url = "https://deploy.shedaniel.me/"
credentials {
username = "shedaniel"
password = ENV.MAVEN_PASS
}
}
}
}
*/
}

// Need to tweak this file to pretend we are compatible with j8 so the bootstrap will run.
Expand Down

0 comments on commit 1dc7121

Please # to comment.