-
Notifications
You must be signed in to change notification settings - Fork 196
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 Gradle stuff to 2024 and fix macos library loading issues #978
Update Gradle stuff to 2024 and fix macos library loading issues #978
Conversation
@@ -36,24 +36,3 @@ task writeCurrentVersionJava { | |||
} | |||
|
|||
build.dependsOn writeCurrentVersionJava | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Iirc this code block is require -- why are we removing it
// for macOS | ||
// https://github.com/opencv/opencv/issues/20269 | ||
nativeUtils.platformConfigs.osxuniversal.cppCompiler.args.add("-Wno-deprecated-anon-enum-enum-conversion") | ||
nativeUtils.platformConfigs.linuxathena.cppCompiler.args.add("-Wno-deprecated-anon-enum-enum-conversion") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why yeet
|
||
nativeTasks.addToSourceSetResources(sourceSets.main) | ||
|
||
nativeConfig.dependencies.add wpilibTools.deps.cscore() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this code block?
The JAR that Actions spits out runs on Windows for me at least |
based on #972