Skip to content

Commit

Permalink
Update Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Dec 4, 2023
1 parent 215d986 commit da013eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion de.peeeq.wurstscript/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jacoco {

jacocoTestReport {
reports {
xml.enabled true
xml.required.set(true)
}

afterEvaluate {
Expand Down
4 changes: 2 additions & 2 deletions de.peeeq.wurstscript/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ make_for_wurstpack.dependsOn(installDist)

task create_zip_wurstpack_complete(type: Zip) {
from '../Wurstpack'
archiveName 'wurstpack_complete.zip'
archiveFileName.set('wurstpack_complete.zip')
}
create_zip_wurstpack_complete.dependsOn(make_for_wurstpack)

task create_zip_wurstpack_compiler(type: Zip) {
from '../Wurstpack/wurstscript/'
archiveName 'wurstpack_compiler.zip'
archiveFileName.set('wurstpack_compiler.zip')
}
create_zip_wurstpack_compiler.dependsOn(make_for_wurstpack)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit da013eb

Please sign in to comment.