Gradle Scala Plugin - how to specify zincClasspath -


i trying use scala plugin gradle build project on ubuntu vm. build.gradle file looks like:

apply plugin: 'scala' repositories {      mavencentral() }  dependencies {     compile 'org.scala-lang:scala-library:2.11.8' } 

when run gradle build command line, following error:

failure: build failed exception.  * went wrong: problem found configuration of task ':compilescala'. > no value has been specified property 'zincclasspath'. 

i have looked around specify zincclasspath property, can't find anything.

i have tried force zincclasspath use older version of scala library, doesn't seem work.

any appreciated

edit:

one thing add, exact project builds fine on local windows machine, not on ubuntu vm....

fixed myself in end, clue was running on local machine not vm... of course gradle version different.

upgrading gradle 3.0 fixed this


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -