Skip to content

Commit

Permalink
Revert "Update mill-main to 0.11.5 (VirtusLab#2446)"
Browse files Browse the repository at this point in the history
This reverts commit 1a739e8.
  • Loading branch information
Gedochao committed Nov 10, 2023
1 parent f6bc532 commit 007fd5b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .mill-version
@@ -1 +1 @@
0.11.5
0.11.1
4 changes: 0 additions & 4 deletions build.sc
Expand Up @@ -847,10 +847,6 @@ trait Cli extends SbtModule with ProtoBuildModule with CliLaunchers
super.runClasspath() ++ Seq(localRepoJar())
}

def compileIvyDeps = super.ivyDeps() ++ Agg(
Deps.jsoniterMacros
)

// Required by the reflection usage in modules/cli/src/test/scala/cli/tests/SetupScalaCLITests.scala
override def forkArgs: T[Seq[String]] = T {
super.forkArgs() ++ Seq("--add-opens=java.base/java.util=ALL-UNNAMED")
Expand Down
2 changes: 1 addition & 1 deletion mill.bat
Expand Up @@ -118,4 +118,4 @@ if defined STRIP_VERSION_PARAMS (
)
)

"%MILL%" "--disable-callgraph-invalidation" %MILL_PARAMS%
"%MILL%" %MILL_PARAMS%
2 changes: 1 addition & 1 deletion millw
Expand Up @@ -172,4 +172,4 @@ unset MILL_VERSION
unset MILL_VERSION_TAG
unset MILL_REPO_URL

exec "${MILL}" "--disable-callgraph-invalidation" "$@"
exec "${MILL}" "$@"
Expand Up @@ -4,7 +4,8 @@
"methods": [
{
"name": "collectionClassName",
"parameterTypes": []
"parameterTypes": [
]
}
]
}
Expand Down
Expand Up @@ -27,7 +27,8 @@
"methods": [
{
"name": "getPlatformClassLoader",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand Down
Expand Up @@ -828,7 +828,8 @@
"methods": [
{
"name": "<init>",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand All @@ -837,7 +838,8 @@
"methods": [
{
"name": "<init>",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand Down Expand Up @@ -927,7 +929,8 @@
"methods": [
{
"name": "<init>",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand All @@ -947,7 +950,8 @@
"methods": [
{
"name": "<init>",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand All @@ -957,7 +961,8 @@
"methods": [
{
"name": "<init>",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand All @@ -966,7 +971,8 @@
"methods": [
{
"name": "values",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand All @@ -975,7 +981,8 @@
"methods": [
{
"name": "values",
"parameterTypes": []
"parameterTypes": [
]
}
]
},
Expand Down
Expand Up @@ -27,5 +27,6 @@
}
]
},
"bundles": []
"bundles": [
]
}

0 comments on commit 007fd5b

Please sign in to comment.