Skip to content

Commit ffe5588

Browse files
committed
Modernized javadocs to html5
Upgraded build to JDK11, but still targeting Java 8. Purpose is to use the JDK11 javadoc to modernize documentation, such as with search and no frames.
1 parent 8533ffc commit ffe5588

File tree

2 files changed

+243
-227
lines changed

2 files changed

+243
-227
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
id: get_version
2020
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
2121

22-
- name: Set up JDK 1.8 for deploy to OSSRH
22+
- name: Set up JDK 11 for deploy to OSSRH
2323
uses: actions/setup-java@v1
2424
with:
25-
java-version: 1.8
25+
java-version: 1.11
2626
server-id: ossrh
2727
server-username: MAVEN_USERNAME
2828
server-password: MAVEN_CENTRAL_TOKEN
@@ -42,10 +42,10 @@ jobs:
4242
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
4343
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4444

45-
- name: Set up JDK 1.8 for deploy to github packages
45+
- name: Set up JDK 11 for deploy to github packages
4646
uses: actions/setup-java@v1
4747
with:
48-
java-version: 1.8
48+
java-version: 1.11
4949
server-id: github
5050

5151
- name: Publish to GitHub Packages Apache Maven

0 commit comments

Comments
 (0)