File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >dev.pixelib</groupId >
66 <artifactId >reflection-path</artifactId >
7- <version >${revision} </version >
7+ <version >1.0.0 </version >
88 <name >ReflectionPath</name >
99 <description >The easiest reflection util you'll ever use</description >
1010 <url >https://github.com/pixelib/ReflectionPath</url >
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - uses : actions/checkout@v3
2424 with :
2525 ref : ${{ github.event.pull_request.head.ref }}
26- - name : Set up JDK 18
26+ - name : Set up JDK 17
2727 uses : actions/setup-java@v3
2828 with :
29- java-version : ' 18 '
29+ java-version : ' 17 '
3030 distribution : ' temurin'
3131 cache : maven
3232
Original file line number Diff line number Diff line change 1111 - name : Set up Maven Central Repository
1212 uses : actions/setup-java@v3
1313 with :
14- java-version : ' 18 '
14+ java-version : ' 17 '
1515 distribution : ' temurin'
1616 server-id : ossrh
1717 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 3636 </scm >
3737
3838 <properties >
39- <maven .compiler.source>18 </maven .compiler.source>
40- <maven .compiler.target>18 </maven .compiler.target>
39+ <maven .compiler.source>17 </maven .compiler.source>
40+ <maven .compiler.target>17 </maven .compiler.target>
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 </properties >
4343
You can’t perform that action at this time.
0 commit comments