Closed mattgruter closed 9 years ago
Fixed with 8e9d9e4
Could not find method exposePort() for arguments [162/udp] on task ':doDocker' of type se.transmode.gradle.plugins.docker.DockerTask.
this isnt working.
works fine with a single integer value but udp as well as multiple ports isnt working. Using latest release 1.2... looks like the releases are way way behind...
just built this locally and seems to work...
Exposing UDP ports on the command line or Dockerfile uses the syntax 162/udp The
exposePort(port)
method expects a port to be an integer.Thus
doesn't work