Quarkus update cli 3.7.4 fails with gradle 6.8 and maven settings plugin in build.gradle.kts #39000
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/gradle
Gradle
area/kotlin
area/maven
kind/bug
Something isn't working
Describe the bug
I am trying to update a project that uses quarkus 3.6.8 and gradle 6.8 and it fails with an exception in a gradle plugin
"org.sonatype.plexus.components.cipher.PlexusCipher.isEncryptedString(String)" because "this._cipher" is null
Expected behavior
Update works without exception
Actual behavior
Exception occurs.
How to Reproduce?
have the following plugins
Output of
uname -a
orver
Darwin Macbook 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 arm64
Output of
java -version
openjdk version "17.0.7" 2023-04-18
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.6
Additional information
After I uncommented the maven-settings plugin it worked, but then I ran into issuse with #33046
The text was updated successfully, but these errors were encountered: