Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mill-main to 0.11.5 #2446

Merged
merged 4 commits into from Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mill-version
@@ -1 +1 @@
0.11.1
0.11.5
4 changes: 4 additions & 0 deletions build.sc
Expand Up @@ -847,6 +847,10 @@ 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%" %MILL_PARAMS%
"%MILL%" "--disable-callgraph-invalidation" %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}" "$@"
exec "${MILL}" "--disable-callgraph-invalidation" "$@"
Expand Up @@ -4,8 +4,7 @@
"methods": [
{
"name": "collectionClassName",
"parameterTypes": [
]
"parameterTypes": []
}
]
}
Expand Down
Expand Up @@ -27,8 +27,7 @@
"methods": [
{
"name": "getPlatformClassLoader",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand Down
Expand Up @@ -828,8 +828,7 @@
"methods": [
{
"name": "<init>",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand All @@ -838,8 +837,7 @@
"methods": [
{
"name": "<init>",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand Down Expand Up @@ -929,8 +927,7 @@
"methods": [
{
"name": "<init>",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand All @@ -950,8 +947,7 @@
"methods": [
{
"name": "<init>",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand All @@ -961,8 +957,7 @@
"methods": [
{
"name": "<init>",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand All @@ -971,8 +966,7 @@
"methods": [
{
"name": "values",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand All @@ -981,8 +975,7 @@
"methods": [
{
"name": "values",
"parameterTypes": [
]
"parameterTypes": []
}
]
},
Expand Down
Expand Up @@ -27,6 +27,5 @@
}
]
},
"bundles": [
]
"bundles": []
}