From 390144086cac6d3095bc807fae294f0f74092f56 Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Wed, 16 Oct 2024 11:37:15 +0200 Subject: [PATCH] update config --- .github/workflows/maven-settings.xml | 10 ++ .idea/codeStyles/Project.xml | 13 ++ .idea/misc.xml | 7 +- checkstyle-suppressions.xml | 12 -- checkstyle.xml | 210 --------------------------- pom.xml | 9 +- 6 files changed, 35 insertions(+), 226 deletions(-) delete mode 100644 checkstyle-suppressions.xml delete mode 100644 checkstyle.xml diff --git a/.github/workflows/maven-settings.xml b/.github/workflows/maven-settings.xml index df833df..ea453f2 100644 --- a/.github/workflows/maven-settings.xml +++ b/.github/workflows/maven-settings.xml @@ -20,6 +20,16 @@ https://maven.pkg.github.com/aboutbits/* + + + central + https://repo1.maven.org/maven2 + + + github + https://maven.pkg.github.com/aboutbits/* + + diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3baea1a..7908617 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,12 +1,22 @@ + diff --git a/.idea/misc.xml b/.idea/misc.xml index ef964bb..4d81fe9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,10 @@ + + + + + \ No newline at end of file + diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml deleted file mode 100644 index 15eaff5..0000000 --- a/checkstyle-suppressions.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index bc63cfb..0000000 --- a/checkstyle.xml +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 776fd98..a74133c 100644 --- a/pom.xml +++ b/pom.xml @@ -173,9 +173,7 @@ 3.5.0 checkstyle.xml - - checkstyle-suppressions.xml - + checkstyle-suppressions.xml true true true @@ -196,6 +194,11 @@ checkstyle 10.18.1 + + it.aboutbits + java-checkstyle-config + 1.0.1 +