File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,17 @@ jobs:
1010 uses : actions/setup-java@v3
1111 with :
1212 java-version : ' 22'
13+ distribution : ' temurin'
1314
1415 - name : Run quality checks
1516 run : |
1617 chmod +x gradlew
17- ./gradlew checkstyleMain pmdMain spotbugsMain test
18+ ./gradlew checkstyleMain pmdMain test
1819
1920 - name : Create simple badges
2021 run : |
2122 echo "## 📊 Quality Status" > BADGES.md
2223 echo "" >> BADGES.md
2324 echo "" >> BADGES.md
2425 echo "" >> BADGES.md
25- echo "" >> BADGES.md
26+ echo "" >> BADGES.md
Original file line number Diff line number Diff line change 33
44![ PMD] ( https://img.shields.io/badge/PMD-enabled-brightgreen )
55![ Checkstyle] ( https://img.shields.io/badge/checkstyle-0_violations-success )
6-
7- ![ Java CI ] ( https://github.com/Prototype206/java-project-61/workflows/Quality%20Check/badge.svg )
6+ ![ Java CI ] ( https://github.com/Prototype206/java-project-61/workflows/Quality%20Check/badge.svg )
7+ ![ Java] ( https://img.shields.io/badge/Java-22-blue )
Original file line number Diff line number Diff line change 55 id(" com.github.ben-manes.versions" ) version " 0.53.0"
66 id(" pmd" )
77 id(" checkstyle" )
8+
89}
910
1011
@@ -17,6 +18,8 @@ checkstyle{
1718}
1819
1920
21+
22+
2023group = " hexlet.code"
2124version = " 1.0.0"
2225
You can’t perform that action at this time.
0 commit comments