We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
custom
8.0
8.4
1 parent e398c35 commit 04cc972Copy full SHA for 04cc972
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessPlugin.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016-2024 DiffPlug
+ * Copyright 2016-2025 DiffPlug
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ public class SpotlessPlugin implements Plugin<Project> {
29
static final String SPOTLESS_MODERN = "spotlessModern";
30
static final String VER_GRADLE_min = "6.1.1";
31
static final String VER_GRADLE_javaPluginExtension = "7.1";
32
- static final String VER_GRADLE_minVersionForCustom = "8.0";
+ static final String VER_GRADLE_minVersionForCustom = "8.4";
33
private static final int MINIMUM_JRE = 11;
34
35
@Override
0 commit comments