Skip to content

Commit

Permalink
Update Maven Wrapper to 3.2.0
Browse files Browse the repository at this point in the history
This uses the script-based version to support MAVEN_ARGS env variable used in Keycloak CI.

Closes keycloak#23047
  • Loading branch information
ahus1 authored and stianst committed Sep 12, 2023
1 parent 36dd9cb commit 70402cf
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 420 deletions.
4 changes: 4 additions & 0 deletions .github/actions/conditional/conditions
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
.github/workflows/guides.yml guides
.github/workflows/documentation.yml documentation

.mvn/ ci ci-store ci-sssd operator js codeql-java codeql-themes guides documentation
mvnw ci ci-store ci-sssd operator js codeql-java codeql-themes guides documentation
mvnw.cmd ci ci-store ci-sssd operator js codeql-java codeql-themes guides documentation

*/src/main/ ci operator
*/src/test/ ci operator
pom.xml ci ci-store operator
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
Loading

0 comments on commit 70402cf

Please sign in to comment.