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 1
1
/*
2
- * Copyright 2016-2021 DiffPlug
2
+ * Copyright 2016-2024 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
18
18
import java .io .IOException ;
19
19
20
+ import org .gradle .testkit .runner .GradleRunner ;
20
21
import org .junit .jupiter .api .Test ;
21
22
22
23
class BumpThisNumberIfACustomStepChangesTest extends GradleIntegrationHarness {
24
+ @ Override
25
+ protected GradleRunner gradleRunner () throws IOException {
26
+ return super .gradleRunner ().withGradleVersion ("8.0" );
27
+ }
23
28
24
29
private void writeBuildFile (String toInsert ) throws IOException {
25
30
setFile ("build.gradle" ).toLines (
You can’t perform that action at this time.
0 commit comments