Skip to content

Commit

Permalink
Change maven repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Jul 30, 2021
1 parent 6bea4c4 commit f7455d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ publishing {
repositories {
maven {
name = "teacon"
url = "s3://archive.teacon.org/maven/"
url = "s3://maven/"
credentials(AwsCredentials) {
accessKey = System.env.ARCHIVE_ACCESS_KEY
secretKey = System.env.ARCHIVE_SECRET_KEY
Expand Down

0 comments on commit f7455d6

Please sign in to comment.