Skip to content

Commit

Permalink
Bump the req for custom from 8.0 to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 6, 2025
1 parent e398c35 commit 04cc972
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2024 DiffPlug
* Copyright 2016-2025 DiffPlug
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@ public class SpotlessPlugin implements Plugin<Project> {
static final String SPOTLESS_MODERN = "spotlessModern";
static final String VER_GRADLE_min = "6.1.1";
static final String VER_GRADLE_javaPluginExtension = "7.1";
static final String VER_GRADLE_minVersionForCustom = "8.0";
static final String VER_GRADLE_minVersionForCustom = "8.4";
private static final int MINIMUM_JRE = 11;

@Override
Expand Down

0 comments on commit 04cc972

Please sign in to comment.