Skip to content
Snippets Groups Projects
Commit a5dbb2ac authored by Jan Gruteser's avatar Jan Gruteser
Browse files

update gradle

parent d47591e2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ repositories {
}
}
configurations.all {
configurations.configureEach {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
......@@ -66,7 +66,7 @@ jacoco {
}
// type 'gradle tla2b jacocoIntegrationTestReport' in order to run the jacoco code coverage analysis
task jacocoIntegrationTestReport(type: JacocoReport) {
tasks.register('jacocoIntegrationTestReport', JacocoReport) {
sourceSets sourceSets.main
//executionData files('build/jacoco/integrationTests.exec')
executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment