diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6bfc9b7..36f694a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -26,22 +26,19 @@ jobs: - name: Set up settings.xml run: | mkdir -p ~/.m2 - echo " + echo ' + github ${{ secrets.GH_USERNAME }} - ${{ secrets.GITHUB_TOKEN }} + ${{ secrets.GH_TOKEN }} - " > ~/.m2/settings.xml - - - name: Cache Maven packages - uses: actions/cache@v4 - with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2 + ' > ~/.m2/settings.xml - name: Build with Maven run: mvn clean compile diff --git a/README.md b/README.md index 16438c5..edc15d6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Clone the repository, and install the dependencies: ## Setup `settings.xml` -Create a new file in this repository at `~/.m2/settings.xml` with the following content: +Create a new file at `~/.m2/settings.xml` with the following content: ```xml diff --git a/pom.xml b/pom.xml index 20426a8..84fd6b9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ github + GitHub Packages https://maven.pkg.github.com/featurevisor/featurevisor-java @@ -30,7 +31,7 @@ com.featurevisor featurevisor-java - 0.0.3 + 0.0.6 com.fasterxml.jackson.core