akhikhl / gretty

Advanced gradle plugin for running web-apps on jetty and tomcat.
MIT License
655 stars 174 forks source link

No signature of method: java.util.LinkedHashSet.getAt() #47

Open jonerxq opened 10 years ago

jonerxq commented 10 years ago

hi: i use gretty ,but found a error Execution failed for task ':appStartDebug'.

No signature of method: java.util.LinkedHashSet.getAt() is applicable for argument types: (java.lang.Integer) values: [0] Possible solutions: getAt(java.lang.String), getAt(java.lang.String), putAt(java.lang.String, java.lang.Object), wait(), grep(), toSet()

my build.gradle: apply plugin: 'war' apply from: 'https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin' tasks.withType(JavaCompile) { options.encoding = "UTF-8" options.debug = "on" sourceCompatibility = 1.7 targetCompatibility = 1.7 } gradle version: gradle-1.12

akhikhl commented 10 years ago

This is duplicate of #46, isn't it?

akhikhl commented 10 years ago

Hello, Could you reproduce it on Gretty 1.1.4?