You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to upgrade the LITIENGINE project to 6.2.2 and get rid of any warnings while still keeping the functionality of this plugin by changing the configuration to
To properly support upcoming gradle versions, it would be great if this plugin could switch to the recommended configurations. (i.e. use runtimeClasspath and compileClasspath instead of runtime and compile. At the very least, this should be mentioned in the README.md.
The text was updated successfully, but these errors were encountered:
From the official Gradle docs:
also see: Upgrading from 5.6 and earlier
With Gradle 7.0 these configurations will be removed entirely. As I understand, they are the default configurations for this plugin.
gradle-natives/src/main/groovy/com/stehno/gradle/natives/ext/NativesExtension.groovy
Line 32 in befa227
I was able to upgrade the LITIENGINE project to
6.2.2
and get rid of any warnings while still keeping the functionality of this plugin by changing the configuration toWorking:
Currently suggested in the readme:
To properly support upcoming gradle versions, it would be great if this plugin could switch to the recommended configurations. (i.e. use
runtimeClasspath
andcompileClasspath
instead ofruntime
andcompile
. At the very least, this should be mentioned in theREADME.md
.The text was updated successfully, but these errors were encountered: