We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac73d4 commit 05fe722Copy full SHA for 05fe722
1 file changed
settings.gradle.kts
@@ -8,6 +8,13 @@ rootProject.name = "wigai"
8
configure<com.mooltiverse.oss.nyx.gradle.NyxExtension> {
9
preset.set("extended")
10
11
+ services {
12
+ github {
13
+ options.put("REPOSITORY_OWNER", "fabb")
14
+ options.put("REPOSITORY_NAME", "WigAI")
15
+ }
16
17
+
18
releaseTypes {
19
publicationServices.set(listOf("github"))
20
}
0 commit comments