Skip to content

Commit

Permalink
and even more fix because i didnt test last time
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Apr 13, 2022
1 parent 517a1ed commit b15a98f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ allprojects {
skip()
}

publications {
create<MavenPublication>("mavenJava") {
from(components["java"])
artifact(tasks.getByName("sourcesJar"))
publishing {
publications {
create<MavenPublication>("mavenJava") {
from(components["java"])
artifact(tasks.getByName("sourcesJar"))
}
}
}
}

0 comments on commit b15a98f

Please sign in to comment.