diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ac1e54..b62a84c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,17 +12,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Set up JDK - uses: actions/setup-java@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-java@v3 with: - java-version: 1.8 - - name: Maven Cache - uses: actions/cache@v1 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven- - restore-keys: | - ${{ runner.os }}-maven- + distribution: 'zulu' + java-version: '8' - name: Maven Build run: ./mvnw clean package diff --git a/pom.xml b/pom.xml index b1967fb..abda532 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 io.qameta.allure allure-bamboo @@ -28,8 +29,8 @@ https://github.com/allure-framework/allure-bamboo scm:git:git@github.com:allure-framework/allure-bamboo.git scm:git:git@github.com:allure-framework/allure-bamboo.git - HEAD - + HEAD + @@ -178,31 +179,33 @@ - atlassian-public - https://maven.atlassian.com/repository/public - + 1_maven-central + https://repo.maven.apache.org/maven2 + true - never - warn - + + + + 2_atlassian-public + https://maven.atlassian.com/repository/public true - warn - atlassian-public - https://maven.atlassian.com/repository/public - + 1_maven-central + https://repo.maven.apache.org/maven2 + true - never - warn - + + + + 2_atlassian-public + https://maven.atlassian.com/repository/public true - warn