We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0255ae3 commit 429d8b4Copy full SHA for 429d8b4
utbot-summary/build.gradle
@@ -13,4 +13,17 @@ dependencies {
13
implementation group: 'io.github.microutils', name: 'kotlin-logging', version: kotlin_logging_version
14
15
implementation group: 'com.github.javaparser', name: 'javaparser-core', version: '3.22.1'
16
-}
+}
17
+
18
+publishing {
19
+ repositories {
20
+ maven {
21
+ name = "GitHubPackages"
22
+ url = "https://maven.pkg.github.com/UnitTestBot/UTBotJava"
23
+ credentials {
24
+ username = System.getenv("GITHUB_ACTOR")
25
+ password = System.getenv("GITHUB_TOKEN")
26
+ }
27
28
29
0 commit comments