Skip to content

Commit 04cc972

Browse files
committed
Bump the req for custom from 8.0 to 8.4
1 parent e398c35 commit 04cc972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 DiffPlug
2+
* Copyright 2016-2025 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.
@@ -29,7 +29,7 @@ public class SpotlessPlugin implements Plugin<Project> {
2929
static final String SPOTLESS_MODERN = "spotlessModern";
3030
static final String VER_GRADLE_min = "6.1.1";
3131
static final String VER_GRADLE_javaPluginExtension = "7.1";
32-
static final String VER_GRADLE_minVersionForCustom = "8.0";
32+
static final String VER_GRADLE_minVersionForCustom = "8.4";
3333
private static final int MINIMUM_JRE = 11;
3434

3535
@Override

0 commit comments

Comments
 (0)