File tree Expand file tree Collapse file tree 4 files changed +7
-27
lines changed
Expand file tree Collapse file tree 4 files changed +7
-27
lines changed Original file line number Diff line number Diff line change 8383 path : ${{ env.PRIMARY_MAVEN_MODULE }}/target/screenshots
8484 if-no-files-found : ignore
8585
86- # Ensure compatibility with Java 11
87- # See https://github.com/xdev-software/chartjs-java-model/issues/14
88- build-java-11 :
89- runs-on : ubuntu-latest
90- timeout-minutes : 30
91- steps :
92- - uses : actions/checkout@v6
93-
94- - name : Set up JDK
95- uses : actions/setup-java@v5
96- with :
97- distribution : temurin
98- java-version : 11
99-
100- - name : Cache Maven
101- uses : actions/cache@v5
102- with :
103- path : ~/.m2/repository
104- key : ${{ runner.os }}-mvn-build-java-11-${{ hashFiles('**/pom.xml') }}
105- restore-keys : |
106- ${{ runner.os }}-mvn-build-java-11-
107-
108- - name : Build with Maven
109- run : ./mvnw -B clean package -Dmaven.test.skip=true
110-
11186 checkstyle :
11287 runs-on : ubuntu-latest
11388 if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
Original file line number Diff line number Diff line change 1+ # 3.0.0
2+ _ Java 17 is now required_
3+ * Updated dependencies
4+ * Updated to Jackson v3 #477
5+
16# 2.9.1
27* Updated dependencies
38
Original file line number Diff line number Diff line change 2020 </organization >
2121
2222 <properties >
23- <javaVersion >11 </javaVersion >
23+ <javaVersion >17 </javaVersion >
2424 <maven .compiler.release>${javaVersion} </maven .compiler.release>
2525
2626 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 4242 </licenses >
4343
4444 <properties >
45- <javaVersion >11 </javaVersion >
45+ <javaVersion >17 </javaVersion >
4646 <maven .compiler.release>${javaVersion} </maven .compiler.release>
4747
4848 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments