Skip to content

Releases: avast/gradle-docker-compose-plugin

dockerExecutor initialized before used

02 May 13:13
Compare
Choose a tag to compare

As reported, it could happen that dockerExecutor was used before it was initialized. This release fixes this potential issue.

Tasks registration fixed

02 May 09:20
Compare
Choose a tag to compare

It is possible to get A dependency must not be empty error with 0.16.0 version of the plugin. This release should solve this issue (reported here).

Gradle Configuration Cache support

27 Apr 12:51
Compare
Choose a tag to compare

Dots in default project name replaced

15 Mar 13:31
Compare
Choose a tag to compare

Services with dashes supported correctly

25 Feb 21:44
Compare
Choose a tag to compare

Docker Compose V2 support

26 Jan 09:55
56bd6ab
Compare
Choose a tag to compare

Gradle Plugin Portal publishing fixed

08 Jan 05:36
Compare
Choose a tag to compare
0.14.13

chore(deps): update plugin com.gradle.plugin-publish to v0.19.0

WSL detection

15 Dec 09:57
3fe345c
Compare
Choose a tag to compare

localhost used as containers host if WSL detected #294

Gradle Plugin Portal publishing fix

29 Nov 14:52
Compare
Choose a tag to compare

The previous version wasn't published to Gradle Plugin Portal.

V2 suffixes handled

29 Nov 14:30
Compare
Choose a tag to compare

Docker Compose V2 changed the format of suffixed of scaled instances - it uses - instead of _. This change is reflected now in environment variables and system properties handling.

#332