You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, upgraded to gradle 8.3/4 from 7.6 and started to get docker tag must have a task name error; gradleexception.
com.palantir.docker is 0.35.0 and docker section in build.gradle specifies name, files, dockerfile and buildArgs, as beforehand.
The tag is constructed by TeamCity as the branch name...
Any ideas ?
The text was updated successfully, but these errors were encountered:
It is coming from here PalantirDockerPlugin.goovy : and the branch name uses normal git branch naming e.g. bugfix/abc, so needs to be fixed in palantir docker plugin......
} else if (name.contains(':') || name.contains('/')) {
// Tags which with repo or name must have a task name
throw new GradleException("Docker tag '${name}' must have a task name.")
}
Hi, upgraded to gradle 8.3/4 from 7.6 and started to get docker tag must have a task name error; gradleexception.
com.palantir.docker is 0.35.0 and docker section in build.gradle specifies name, files, dockerfile and buildArgs, as beforehand.
The tag is constructed by TeamCity as the branch name...
Any ideas ?
The text was updated successfully, but these errors were encountered: