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