MIYAMOTO Daisuke
MIYAMOTO Daisuke
Thank you, I will try it now!
Even if specify latest maven-deploy-plugin:2.8.2 explicitly, I got the same error. ``` org.apache.maven.plugins maven-deploy-plugin 2.8.2 ```
set `profileName = 'default'` instead of `profileName = file('~/.aws/credentials')`
I encountered same problem. When "jettyEclipseRun.doFirst" is executed, the jettyEclipseRun seems to be an instance of not org.gradle.api.Task but java.lang.Class and is class com.sahlbach.gradle.plugins.jettyEclipse.JettyEclipseRun. So, our script attempt to invoke...