Sergey Morgunov
03/26/2025, 5:36 PMcom.example.myplugin
Working version so far:
com.example.myplugin-java
com.example.myplugin-scala
But I donβt really like this mixing of separators πOleg Nenashev
03/26/2025, 5:38 PMEric Haag
03/26/2025, 5:44 PMpluginManager.withPlugin("java") {
// configure java
}
pluginManager.withPlugin("scala") {
// configure scala
}
Martin
03/26/2025, 6:02 PM-
but I don't really know why πOleg Nenashev
03/26/2025, 6:07 PMPhilip W
03/26/2025, 9:19 PMOleg Nenashev
03/26/2025, 10:01 PMSergey Morgunov
03/27/2025, 12:32 PMysb33r
03/29/2025, 7:33 PMcom.example.myplugin.java
and com.example.myplugin.scala
Sergey Morgunov
04/08/2025, 4:53 PM