Searched +full:gson +full:- +full:old +full:- +full:japicmp (Results 1 – 2 of 2) sorted by relevance
6 check-api-compatibility:7 runs-on: ubuntu-latest10 - name: Checkout old version14 path: 'gson-old-japicmp'16 - name: Set up JDK 1117 uses: actions/setup-java@v320 java-version: '11'23 - name: Build old version25 cd gson-old-japicmp27 …mvn --batch-mode --no-transfer-progress org.codehaus.mojo:versions-maven-plugin:2.11.0:set -DnewVe…[all …]
1 <?xml version="1.0" encoding="UTF-8"?>3 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…6 <groupId>com.google.code.gson</groupId>7 <artifactId>gson-parent</artifactId>11 <name>Gson Parent</name>12 <description>Gson JSON library</description>13 <url>https://github.com/google/gson</url>16 <module>gson</module>23 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>28 <url>https://github.com/google/gson/</url>[all …]