API build.gradle changes

This commit is contained in:
Auxilor
2021-07-21 17:09:40 +01:00
committed by Auxilor
parent d40fa7983d
commit 3f7f1946dc

View File

@@ -1,4 +1,4 @@
Aplugins {
plugins {
id 'com.github.johnrengelman.shadow'
}
@@ -29,15 +29,4 @@ publishing {
artifactId 'eco'
}
}
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/Auxilor/eco")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}