Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Apr 21, 2024
1 parent b799945 commit 0910412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val sourcesJar by tasks.registering(Jar::class) {

publishing {
publications {
create<MavenPublication>("mavenJava") {
create<MavenPublication>("maven") {
from(components["java"])
artifactId = moduleName
artifact(sourcesJar)
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tasks.jar {

publishing {
publications {
create<MavenPublication>("mavenJava") {
create<MavenPublication>("maven") {
from(components["java"])
artifactId = moduleName
artifact(sourcesJar)
Expand Down
2 changes: 1 addition & 1 deletion v2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val sourcesJar by tasks.registering(Jar::class) {

publishing {
publications {
create<MavenPublication>("mavenJava") {
create<MavenPublication>("maven") {
from(components["java"])
artifactId = moduleName
artifact(sourcesJar)
Expand Down

0 comments on commit 0910412

Please sign in to comment.