Skip to content

Commit fb3f1fc

Browse files
committed
Define githubpackages For all project
1 parent 48b6247 commit fb3f1fc

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

build.gradle.kts

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ plugins {
1111
alias(libs.plugins.mavenPublish)
1212
}
1313

14-
publishing {
15-
repositories {
16-
repositories {
17-
maven {
18-
name = "GitHubPackages"
19-
url = uri("https://maven.pkg.github.com/sk-ai-net/skainet")
20-
credentials {
21-
username = System.getenv("GITHUB_ACTOR")
22-
password = System.getenv("GITHUB_TOKEN")
23-
}
24-
}
25-
}
26-
}
27-
}
2814

2915
mavenPublishing {
3016
pom {
@@ -59,6 +45,21 @@ allprojects {
5945
google()
6046
mavenCentral()
6147
}
48+
49+
publishing {
50+
repositories {
51+
repositories {
52+
maven {
53+
name = "GitHubPackages"
54+
url = uri("https://maven.pkg.github.com/sk-ai-net/skainet")
55+
credentials {
56+
username = System.getenv("GITHUB_ACTOR")
57+
password = System.getenv("GITHUB_TOKEN")
58+
}
59+
}
60+
}
61+
}
62+
}
6263
}
6364

6465
moduleGraphConfig {

0 commit comments

Comments
 (0)