Skip to content

Commit

Permalink
Update docker-alfresco plugin to 5.5.0
Browse files Browse the repository at this point in the history
This is necessary to support docker compose v2
  • Loading branch information
vierbergenlars committed Dec 13, 2024
1 parent a630318 commit ae729a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'eu.xenit.alfresco' version '1.1.0' apply(false)
id 'eu.xenit.docker-alfresco' version '5.3.0' apply(false)
id 'eu.xenit.alfresco' version '1.2.0' apply(false)
id 'eu.xenit.docker-alfresco' version '5.5.0' apply(false)
id "org.sonarqube" version "3.3"
id "org.kordamp.gradle.jacoco" version "0.47.0"
}
Expand Down

0 comments on commit ae729a6

Please sign in to comment.