Skip to content

Commit

Permalink
chore: 🔧 Fixing publish
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y authored Apr 2, 2024
1 parent ee33b40 commit c450d75
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,6 @@ tasks.withType(ProcessResources).configureEach {
}
}

publishing {
publications {
register('mavenJava', MavenPublication) {
from components.java
}
}
repositories {
maven {
url "file://${project.projectDir}/repo"
}
}
}

tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8'
}
Expand Down Expand Up @@ -180,4 +167,4 @@ sonarqube {

task printVersionName {
println "version:" + project.version
}
}

0 comments on commit c450d75

Please sign in to comment.