Skip to content

Commit

Permalink
updated compile version and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
poyrazinan committed Aug 18, 2023
1 parent 0bf4f1a commit 878fdee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-javadoc-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Farmer JavaDoc
on:
push:
branches:
- v6
- main

jobs:
Expand All @@ -15,7 +14,6 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 11
target-folder: javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
java-version: 16
project: maven # or gradle
# subdirectories: moduleA moduleB #for subdirectories support, needs to be run with custom command
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<properties>
<shaded.package>org.cas.osd.platform.ciam.shaded</shaded.package>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 878fdee

Please sign in to comment.