File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0-rc-1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33#
4- # Copyright © 2015-2021 the original authors.
4+ # Copyright © 2015 the original authors.
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
77# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply from: rootProject.file('gradle/java-setup.gradle')
77
88dependencies {
99 api projects. lib
10- api files(projects. lib. dependencyProject . sourceSets. sortPom. output. classesDirs)
10+ api files(project( projects. lib. path) . sourceSets. sortPom. output. classesDirs)
1111 api " com.diffplug.durian:durian-core:${ VER_DURIAN} "
1212 api " com.diffplug.durian:durian-testlib:${ VER_DURIAN} "
1313 api " org.junit.jupiter:junit-jupiter:${ VER_JUNIT} "
You can’t perform that action at this time.
0 commit comments