File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import mill.contrib.buildinfo.BuildInfo
66import mill.scalalib.*
77import millbuild.*
88
9- object `package` extends MillStableScalaModule with BuildInfo {
9+ object `package` extends MillPublishScalaModule with BuildInfo {
1010
1111 def moduleDeps = Seq(build.libs.javalib, build.libs.javalib.testrunner, api)
1212 def localTestExtraModules =
Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ trait GroovyModule extends JavaModule with GroovyModuleApi { outer =>
9797 /**
9898 * Compiler Plugin dependencies.
9999 */
100- def groovycPluginMvnDeps : T [Seq [Dep ]] = Task { Seq .empty[Dep ] }
100+ def groovyCompilerPluginMvnDeps : T [Seq [Dep ]] = Task { Seq .empty[Dep ] }
101101
102102 /**
103103 * The resolved plugin jars
104104 */
105- def groovycPluginJars : T [Seq [PathRef ]] = Task {
105+ def groovyCompilerPluginJars : T [Seq [PathRef ]] = Task {
106106 val jars = defaultResolver().classpath(
107107 groovycPluginMvnDeps()
108108 // Don't resolve transitive jars
You can’t perform that action at this time.
0 commit comments