Skip to content

Commit

Permalink
fix(java): stackoverflow lied
Browse files Browse the repository at this point in the history
or many gradle changes too often?
  • Loading branch information
alemidev committed Sep 18, 2024
1 parent 9a15b46 commit 7a5b610
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dist/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,13 @@ processResources {
}
}

generateMetadataFileForBinaryAndSourcesPublication.enabled = false
generateMetadataFileForBinaryPublication.enabled = false
generateMetadataFileForBinaryAndSourcesPublication.configure {
enabled = false
}

generateMetadataFileForBinaryPublication.configure {
enabled = false
}

import com.vanniktech.maven.publish.SonatypeHost
mavenPublishing {
Expand Down

0 comments on commit 7a5b610

Please sign in to comment.