Skip to content

Commit a5aaa62

Browse files
author
Vincent Potucek
committed
spotlessApply
1 parent 630b334 commit a5aaa62

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ apply from: rootProject.file('gradle/java-publish.gradle')
1313
apply from: rootProject.file('gradle/changelog.gradle')
1414
allprojects {
1515
apply from: rootProject.file('gradle/spotless.gradle')
16-
tasks.named('build') {
17-
dependsOn 'spotlessApply'
18-
}
1916
}
2017
apply from: rootProject.file('gradle/spotless-freshmark.gradle')
21-
tasks.named('spotlessApply') {
22-
dependsOn 'build'
23-
}
18+
2419
spotless {
2520
groovyGradle {
2621
target '*.gradle', 'gradle/*.gradle'

lib/src/main/java/com/diffplug/spotless/pom/SortPomCfg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2025 DiffPlug
2+
* Copyright 2021-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.
@@ -21,7 +21,7 @@
2121
public class SortPomCfg implements Serializable {
2222
private static final long serialVersionUID = 1L;
2323

24-
public String version = "4.0.0";
24+
public String version = "4.0.0";
2525

2626
public String encoding = "UTF-8";
2727

0 commit comments

Comments
 (0)