gradle.plugin.io.townsq:gradle-plugins:1.1.12 removed from maven repository
PiastkaR opened this issue · 0 comments
PiastkaR commented
Hello recently we have problems with running our CI with Gradle plugin:
id 'io.townsq.aws-eb-docker-update' version '1.0.7'
It requires following dependency:
<dependency>
<groupId>gradle.plugin.io.townsq</groupId>
<artifactId>gradle-plugins</artifactId>
<version>1.1.12</version>
</dependency>
but it is not available in maven, thus all jobs are failing:
https://repo.maven.apache.org/maven2/gradle/plugin/io/townsq/gradle-plugins/1.1.12/gradle-plugins-1.1.12.pom
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find gradle.plugin.io.townsq:gradle-plugins:1.1.12.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/gradle/plugin/io/townsq/gradle-plugins/1.1.12/gradle-plugins-1.1.12.pom
- https://plugins.gradle.org/m2/gradle/plugin/io/townsq/gradle-plugins/1.1.12/gradle-plugins-1.1.12.pom
Is there any known workaround?