File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2021 DiffPlug
2+ * Copyright 2016-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1717
1818import java .io .IOException ;
1919
20+ import org .gradle .testkit .runner .GradleRunner ;
2021import org .junit .jupiter .api .Test ;
2122
2223class BumpThisNumberIfACustomStepChangesTest extends GradleIntegrationHarness {
24+ @ Override
25+ protected GradleRunner gradleRunner () throws IOException {
26+ return super .gradleRunner ().withGradleVersion ("8.0" );
27+ }
2328
2429 private void writeBuildFile (String toInsert ) throws IOException {
2530 setFile ("build.gradle" ).toLines (
You can’t perform that action at this time.
0 commit comments