Skip to content

Commit

Permalink
fix publishing again again
Browse files Browse the repository at this point in the history
  • Loading branch information
BluCobalt committed Apr 20, 2023
1 parent ee2408c commit ba41ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def static setupRepositories(RepositoryHandler repositories) {
def ENV = System.getenv()
if (ENV.MAVEN_PUBLISH_CREDENTIALS) {
repositories.maven {
url 'https://maven.legacyfabric.net/'
url 'https://repo.legacyfabric.net/repository/legacyfabric'
credentials {
username ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[0]
password ENV.MAVEN_PUBLISH_CREDENTIALS.split(":")[1]
Expand Down Expand Up @@ -361,6 +361,7 @@ remapTestmodJar {

javadoc {
options {
failOnError = false
source = "8"
encoding = 'UTF-8'
charSet = 'UTF-8'
Expand Down

0 comments on commit ba41ec9

Please sign in to comment.