diff --git a/api/build.gradle b/api/build.gradle index 4a7fd9130..ddbdbe951 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -99,19 +99,4 @@ publishing { artifact javadocJar } } - - repositories { - maven { - credentials { - username System.getenv("NEXUS_USERNAME") - password System.getenv("NEXUS_PASSWORD") - } - - name = 'velocity-nexus' - def base = 'https://nexus.velocitypowered.com/repository/velocity-artifacts' - def releasesRepoUrl = "$base-releases/" - def snapshotsRepoUrl = "$base-snapshots/" - url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl - } - } }