File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'license'
55
66apply plugin : ' maven-publish'
77
8- version ' 4.1.2 .base'
8+ version ' 4.1.4 .base'
99
1010jar {
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 }
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ buildscript {
1919}
2020
2121group ' com.github.jonathanxd'
22- version ' 4.1.3 .base'
22+ version ' 4.1.4 .base'
2323
2424apply from : ' gradle/common.gradle'
Original file line number Diff line number Diff line change @@ -140,14 +140,14 @@ license {
140140
141141publishing {
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 }
You can’t perform that action at this time.
0 commit comments