Skip to content

Commit bde444e

Browse files
author
Vincent Potucek
committed
apply autofix for dev system
1 parent 922f9f1 commit bde444e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gradle/spotless.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ spotless {
3131
greclipse().configFile rootProject.files('gradle/spotless.eclipseformat.xml', 'gradle/spotless.groovyformat.prefs')
3232
}
3333
}
34+
if (System.env['CI'] == null) {
35+
tasks.named('spotlessCheck') {
36+
dependsOn 'spotlessApply'
37+
mustRunAfter 'spotlessApply'
38+
}
39+
}

plugin-maven/src/main/java/com/diffplug/spotless/maven/pom/SortPom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2024 DiffPlug
2+
* Copyright 2021-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.

0 commit comments

Comments
 (0)