Skip to content

Commit

Permalink
Removed auth from maven-releases repo
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl authored May 13, 2022
1 parent 610fcac commit 3eac0ed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ publishing {
}
}
repositories {
maven {
url 'https://repo.techscode.com/repository/maven-releases/'
credentials {
username = System.getenv("TECHSCODE_USERNAME")
password = System.getenv("TECHSCODE_PASSWORD")
}
}
maven { url 'https://repo.techscode.com/repository/maven-releases/' }
}
}

0 comments on commit 3eac0ed

Please sign in to comment.