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
My environment is ubuntu 20.04 and the output of java -version is
openjdk version "17.0.13" 2024-10-15
OpenJDK Runtime Environment (build 17.0.13+11-Ubuntu-2ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.13+11-Ubuntu-2ubuntu122.04, mixed mode, sharing)
Running ./gradlew fatJar
now gives the following error:
What went wrong:
A problem occurred configuring root project '1PasswordSessionAnalyzerForBurp'.
Could not resolve all files for configuration ':classpath'.
Could not find org.ajoberstar.grgit:grgit-core:4.0.1.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project : > net.nemerosa.versioning:net.nemerosa.versioning.gradle.plugin:2.14.0 > gradle.plugin.net.nemerosa:versioning:2.14.0
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
My environment is ubuntu 20.04 and the output of
java -version
isRunning
./gradlew fatJar
now gives the following error:
Googling this error, it appears connected to this situation from summer 2024.
I am assuming from the update that the CTF exists for 2025. Can the dependencies be updated so that users can build this plugin from source if needed?
The text was updated successfully, but these errors were encountered: