Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(ci): drop wrapper config
No need to get the full distribution, it's heavier as it includes Gradle sources, but IntelliJ is capable to grab the sources now.
  • Loading branch information
bric3 authored Jul 7, 2025
commit a97108c50853b16bf1f0e82cc831c268738f80e6
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ nexusPublishing {
}
}

wrapper {
distributionType = Wrapper.DistributionType.ALL
}

def writeMainVersionFileTask = tasks.register('writeMainVersionFile') {
def versionFile = file("${rootProject.buildDir}/main.version")
inputs.property "version", scmVersion.version
Expand Down