|
|
@ -1,8 +1,11 @@
|
|
|
|
plugins {
|
|
|
|
plugins {
|
|
|
|
id 'java'
|
|
|
|
id 'java'
|
|
|
|
id 'scala'
|
|
|
|
id 'scala'
|
|
|
|
|
|
|
|
id 'application'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mainClassName = 'org.tbasket.Main'
|
|
|
|
|
|
|
|
|
|
|
|
group 'org.tbasket'
|
|
|
|
group 'org.tbasket'
|
|
|
|
version '1.0-SNAPSHOT'
|
|
|
|
version '1.0-SNAPSHOT'
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +22,6 @@ allprojects {
|
|
|
|
|
|
|
|
|
|
|
|
implementation 'org.scala-lang:scala-library:2.13.10'
|
|
|
|
implementation 'org.scala-lang:scala-library:2.13.10'
|
|
|
|
implementation 'com.typesafe.akka:akka-actor_3:2.7.0'
|
|
|
|
implementation 'com.typesafe.akka:akka-actor_3:2.7.0'
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|