Skip to content

Commit 0975796

Browse files
committed
Try publication to Github part 2
1 parent b888939 commit 0975796

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Kores-DSL/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'license'
55

66
apply plugin: 'maven-publish'
77

8-
version '4.1.2.base'
8+
version '4.1.4.base'
99

1010
jar {
1111
manifest {
@@ -85,6 +85,7 @@ publishing {
8585
publications {
8686
maven(MavenPublication) {
8787
from components.kotlin
88+
artifactId 'kores-dsl'
8889

8990
artifact sourcesJar
9091
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ buildscript {
1919
}
2020

2121
group 'com.github.jonathanxd'
22-
version '4.1.3.base'
22+
version '4.1.4.base'
2323

2424
apply from: 'gradle/common.gradle'

gradle/common.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ license {
140140

141141
publishing {
142142
repositories {
143-
/*maven {
143+
maven {
144144
name = "Local"
145145
// change to point to your repo, e.g. http://my.org/repo
146146
url = "$buildDir/repo"
147-
}*/
147+
}
148148
maven {
149149
name = "GitHubPackages"
150-
url = "https://maven.pkg.github.com/koresframework/Kores"
150+
url = "https://maven.pkg.github.com/koresframework/kores"
151151
credentials {
152152
username = System.getenv("GITHUB_ACTOR")
153153
password = System.getenv("GITHUB_TOKEN")
@@ -157,6 +157,7 @@ publishing {
157157
publications {
158158
maven(MavenPublication) {
159159
from components.kotlin
160+
artifactId 'kores'
160161

161162
artifact sourcesJar
162163
}

0 commit comments

Comments
 (0)