diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 4fd92bb..921f97a 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 14 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '14' + java-version: '17' distribution: 'adopt' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 23e04a9..e3b7a74 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 14 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '14' + java-version: '17' distribution: 'adopt' - name: Publish to GitHub Packages diff --git a/CircuitSim.jar b/CircuitSim.jar index 46c389b..6ba9588 100644 Binary files a/CircuitSim.jar and b/CircuitSim.jar differ diff --git a/README.md b/README.md index b1b5257..736c760 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ So I have two goals in this template: Getting Started --------------- -_Note: The `CircuitSim.jar` in the repo is built against the [CS2110 fork of CircuitSim](https://github.com/gt-cs2110/CircuitSim), which is not compatible with files created in "regular" CircuitSim. If you are using vanilla CircuitSim, you probably need to rebuild this library._ +_Note: The `CircuitSim.jar` in the repo is built against the [CE fork of CircuitSim](https://github.com/gt-cs2110/CircuitSim), which is not compatible with files created in "regular" CircuitSim. If you are using vanilla CircuitSim, you probably need to rebuild this library._ To make your own CircuitSim tester, take a look at the [sample tester repo](https://github.com/zucchini/sample-circuitsim-tester). diff --git a/build.gradle b/build.gradle index 57c012b..9b293ad 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,8 @@ plugins { group = 'io.zucchini.circuitsim-tester' version gitVersion() -sourceCompatibility = JavaVersion.VERSION_14 -targetCompatibility = JavaVersion.VERSION_14 +sourceCompatibility = JavaVersion.VERSION_17 +targetCompatibility = JavaVersion.VERSION_17 repositories { mavenCentral() @@ -52,7 +52,7 @@ javadoc { // For github pages destinationDir = file('docs') options.addBooleanOption 'html5', true - options.addStringOption 'link', 'https://docs.oracle.com/en/java/javase/14/docs/api/' + options.addStringOption 'link', 'https://docs.oracle.com/en/java/javase/17/docs/api/' } task sourcesJar(type: Jar) { diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index 27faf0d..62aba4f 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,62 +1,61 @@ - + All Classes and Interfaces (CircuitSim Autograder API) - - - - - - + + + + + - -
-