Commit dea92a57 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Update .gitlab-ci.yml file

parent 8f1810de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ build-bundles:
  stage: build-bundles
  image: ubuntu:latest
  script:
    - apt-get update -qq && apt-get install -y -qq maven openjdk-17-jdk zip unzip curl mkisofs 
    - apt-get update -qq && apt-get install -y -qq maven openjdk-21-jdk zip unzip curl mkisofs 
    - mvn clean install javadoc:javadoc javadoc:aggregate $MAVEN_JAVADOC_OPTS $MAVEN_CLI_OPTS -DskipTests -Pcreate-linux-package -Pcreate-win64-package #-Pcreate-win32-package #-Pcreate-macosx-package
  tags:
    - shared-fi