Skip to content

Commit

Permalink
chore: removed 3.1.x javadocs failing to build on jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jun 26, 2024
1 parent b3738f3 commit 9f55c1a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ main() {
git clone https://github.com/orientechnologies/orientdb.git orientdb
cd orientdb

echo "building javadocs for 3.1.x"
git checkout 3.1.20
mvn clean javadoc:aggregate
mv target/site/apidocs/ ../public/javadocs/3.1.x/

echo "building javadocs for 3.2.x"
git checkout 3.2.31
mvn clean javadoc:aggregate
Expand Down

0 comments on commit 9f55c1a

Please sign in to comment.