Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

No signature of method imageFor() #95

Open kolov opened 7 years ago

kolov commented 7 years ago

Trying to build a simple image following the instrictions from README, I can' get furhter than:

Execution failed for task ':appDocker'.
> No signature of method: static se.transmode.gradle.plugins.docker.JavaBaseImage.imageFor() is applicable for argument types: (java.math.BigDecimal) values: [1.8]
  Possible solutions: imageFor(org.gradle.api.JavaVersion)

I am using gradle 3.2.1, Java 1.8.0_20.

gzbigegg commented 7 years ago

Same here...

kolov commented 7 years ago

Downgraded to gradle 3.1, works OK.

bjornmagnusson commented 7 years ago

Thanks for input @kolov . Does this works for you too @gzbigegg ?

mickknutson commented 6 years ago

I am getting this same issue unless I provide a Dockerfile and I am using gradle 4.3