We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2588ab2 commit 54baf59Copy full SHA for 54baf59
.github/workflows/maven-publish.yml
@@ -16,8 +16,8 @@ jobs:
16
with:
17
java-version: '8'
18
distribution: 'temurin'
19
- server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
20
- settings-path: ${{ github.workspace }} # location for the settings.xml file
+ settings-path: ${{ github.workspace }}
+ cache: 'maven'
21
22
- name: set values
23
id: set-values
pom.xml
@@ -95,12 +95,4 @@
95
</plugin>
96
</plugins>
97
</build>
98
-
99
- <distributionManagement>
100
- <repository>
101
- <id>github</id>
102
- <name>GitHub Packages</name>
103
- <url>https://maven.pkg.github.com/wouterh-dev/keycloak-spi-trusted-device</url>
104
- </repository>
105
- </distributionManagement>
106
</project>
0 commit comments