Closed kalihale closed 2 years ago
I tried using Gradle 7.4 to build the project and got this error:
Could not compile build file, unable to resolve class MavenDeployment
According to the Gradle docs, maven is being deprecated in favor of maven-publish.
maven
maven-publish
The workaround to this is to use a version of Gradle <7.0, so this is not an urgent issue, but this will likely need to be updated eventually.
Yep, thanks. We've been adapting Gradle files from previous projects for a while, now; it's probably time to rewrite it wholesale to use with modern Gradle.
Updated to Gradle 7.4 for v0.14.0!
I tried using Gradle 7.4 to build the project and got this error:
Could not compile build file, unable to resolve class MavenDeployment
According to the Gradle docs,
maven
is being deprecated in favor ofmaven-publish
.The workaround to this is to use a version of Gradle <7.0, so this is not an urgent issue, but this will likely need to be updated eventually.