We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f87838 commit 9d5a257Copy full SHA for 9d5a257
1 file changed
build.gradle
@@ -72,19 +72,4 @@ publishing{
72
artifact sourcesJar
73
}
74
75
- repositories{
76
- maven{
77
- name = "GitHubPackages"
78
- url = uri("https://maven.pkg.github.com/botblock/JavaBotBlockAPI")
79
- credentials{
80
- username = "botblock"
81
- password = System.getenv("GITHUB_TOKEN")
82
- }
83
84
- publications{
85
- gpr(MavenPublication){
86
- from(components.java)
87
88
89
90
0 commit comments