File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ def runModWithClasspath(URL[] classpath) {
171
171
172
172
task runMod (dependsOn : copyMod, description : ' Run the module using all the build dependencies (not using installed vertx' ) << {
173
173
setSysProps()
174
- System . setProperty(" vertx.langs.scala" , " io.vertx~lang-scala~2.0.0-SNAPSHOT :org.vertx.scala.platform.impl.ScalaVerticleFactory" )
174
+ System . setProperty(" vertx.langs.scala" , " io.vertx~lang-scala~${ scalaLangModVersion } :org.vertx.scala.platform.impl.ScalaVerticleFactory" )
175
175
def pm = PlatformLocator . factory. createPlatformManager()
176
176
def latch = new CountDownLatch (1 )
177
177
Original file line number Diff line number Diff line change 1
- scala =io.vertx~lang-scala~2.0.0-SNAPSHOT :org.vertx.scala.platform.impl.ScalaVerticleFactory
1
+ scala =io.vertx~lang-scala~0.1.0 :org.vertx.scala.platform.impl.ScalaVerticleFactory
2
2
.scala =scala
You can’t perform that action at this time.
0 commit comments