Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 15, 2024
1 parent 841a95b commit d90facc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion example/javalib/basic/1-simple/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ object foo extends JavaModule {
)

object test extends JavaTests with TestModule.Junit4 {
val x = 81
def ivyDeps = super.ivyDeps() ++ Agg(
ivy"com.google.guava:guava:33.3.0-jre"
)
Expand Down
9 changes: 0 additions & 9 deletions kotlinlib/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ object `package` extends RootModule with build.MillPublishScalaModule with Build
def moduleDeps = Seq(build.main, build.scalalib, build.testrunner, worker)
def testTransitiveDeps = super.testTransitiveDeps() ++ Seq(worker.impl.testDep())

val x = 1
val y = 1
val z = 1
val z2 = 1
val z3 = 1
val z4 = 1
val z5 = 1
val z6 = 1
val z7 = 7
def buildInfoPackageName = "mill.kotlinlib"
def buildInfoObjectName = "Versions"
def buildInfoMembers = Seq(
Expand Down

0 comments on commit d90facc

Please sign in to comment.