I have older code that depends on gwt-incubator version 1.4 final. I cannot find this version in a Maven repo anywhere, but I did find a URL on googlecode.com. So, I thought I might be able to do:
dependencies {
compile uri('
http://google-web-toolkit-incubator.googlecode.com/files/gwt-incubator_1-4_final.jar
')
}
But this doesn't work. Anyone have ideas on how to get Gradle to pull down
this jar for me?
--
John Murph
Automated Logic Research Team
