Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions .github/workflows/pull-request-build-openjdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ on:
branches: ['master']

permissions:
contents: read
contents: write

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: read
timeout-minutes: 130
steps:
Expand All @@ -39,6 +39,24 @@ jobs:
cache: maven
- name: Build with Apache Maven
run: mvn -f pom-first.xml -U clean install && mvn clean install

# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# with:
# name: platform-binaries
# path: |
# product/target/products/ApacheDirectoryStudio-*
# compression-level: 0 # no compression

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: product/target/products/ApacheDirectoryStudio-*
tag: prerelease
overwrite: true
file_glob: true
prerelease: true

env:
MAVEN_OPTS: "-Xmx1024M"

44 changes: 0 additions & 44 deletions .github/workflows/pull-request-build-openjdk17.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/pull-request-build-openjdk21.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/pull-request-build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
<org.apache.directory.api.version>2.1.0</org.apache.directory.api.version>
<org.apache.directory.api.bundleversion>2.1.0</org.apache.directory.api.bundleversion>
<org.apache.directory.server.version>2.0.0.AM26</org.apache.directory.server.version>
<org.apache.mina.version>2.1.3</org.apache.mina.version>
<org.apache.mina.bundleversion>2.1.3</org.apache.mina.bundleversion>
<org.apache.mina.version>2.1.10</org.apache.mina.version>
<org.apache.mina.bundleversion>2.1.10</org.apache.mina.bundleversion>
<org.apache.poi.version>5.2.5</org.apache.poi.version>
<org.apache.poi.bundleversion>5.2.5</org.apache.poi.bundleversion>
<org.apache.xmlgraphics.fop.version>2.9</org.apache.xmlgraphics.fop.version>
Expand Down