Skip to content

Commit cd2329e

Browse files
authored
Remove obsolete build cache. (#3996)
* Remove obsolete build cache. It has not been running on Prow for along time and is not going to be available on GHA. * Add settings.gradle back.
1 parent ba6f410 commit cd2329e

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

buildSrc/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
apply from: new File(settingsDir, '../gradle/buildCache.gradle')

gradle/buildCache.gradle

Lines changed: 0 additions & 28 deletions
This file was deleted.

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ discoverSubprojects(file('subprojects.cfg')).each {
2323
}
2424

2525
renameBuildScripts(rootProject)
26-
27-
apply from: new File(settingsDir, 'gradle/buildCache.gradle')

0 commit comments

Comments
 (0)