Skip to content

Commit

Permalink
configured publishing.repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbion committed Sep 6, 2023
1 parent 1ed96cd commit a36c1a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bindings/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,14 @@ publishing {
}
}
}

repositories {
maven {
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
}
}
}
}

0 comments on commit a36c1a0

Please sign in to comment.