Jeronimo López

Results 3 comments of Jeronimo López

We have not tested the plugin with versions lower than 6.x The failing method was introduced in the API in version 6: https://docs.gradle.org/current/javadoc/org/gradle/api/invocation/Gradle.html#getSharedServices-- Then, the minimum Gradle version seems to...

The intention of the plugin is just to reuse the token during the life of a command. Reuse the token in multiple references to the same repository. I my experience...

The problem is that what you are printing contains strings created by classes and objects from the JVM. If this code is executed only once, it will include all code...