mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
29.35.2022 6e90fd145f4d190e3b0ec2f10b3463bae038d859
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@
          fetch-depth: 0
          submodules: recursive
      - name: Set up Java for publishing to Maven Central Repository OSS
        uses: actions/setup-java@v2
        uses: actions/setup-java@v3
        with:
          java-version: '8'
          distribution: 'temurin'
@@ -52,7 +52,7 @@
          server-username: MAVEN_USERNAME
          server-password: MAVEN_PASSWORD
      - name: Cache Maven packages
        uses: actions/cache@v2
        uses: actions/cache@v3
        with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}