See
<
https://studio-jenkins-csb-codeready.apps.ocp-c1.prod.psi.redhat.com/job/...
Changes:
------------------------------------------
[...truncated 488 lines...]
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:65:
warning: no comment
[2024-04-12T17:15:32.041Z] public void setCrdContext(CustomResourceDefinitionContext
crdContext) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:49:
warning: no comment
[2024-04-12T17:15:32.041Z] public void setKind(String kind) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:33:
warning: no comment
[2024-04-12T17:15:32.041Z] public void setName(String name) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:57:
warning: no comment
[2024-04-12T17:15:32.041Z] public void setSpec(JsonNode spec) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:50:
warning: no comment
[2024-04-12T17:15:32.041Z] public class DownloadHelper {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:201:
warning: no comment
[2024-04-12T17:15:32.041Z] public String downloadIfRequired(String toolName, URL url)
throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:210:
warning: no comment
[2024-04-12T17:15:32.041Z] public CompletableFuture<String>
downloadIfRequiredAsync(String toolName, URL url) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:76:
warning: no comment
[2024-04-12T17:15:32.041Z] public static DownloadHelper getInstance() {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:59:
warning: no comment
[2024-04-12T17:15:32.041Z] public class ExecHelper {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:269:
warning: no comment
[2024-04-12T17:15:32.041Z] public static class ExecResult {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:383:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void attachProcessToTerminal(ConsoleView
terminalExecutionConsole, PtyProcess p, boolean waitForProcessExit,
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:310:
warning: no comment
[2024-04-12T17:15:32.041Z] public static CommonTerminalExecutionConsole
createTerminalTabForReuse(Project project, String title) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:64:
warning: no comment
[2024-04-12T17:15:32.041Z] public static ScheduledFuture<?> executeAfter(Runnable
runnable, long delay, TimeUnit unit) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:235:
warning: no comment
[2024-04-12T17:15:32.041Z] public static ExecResult executeWithResult(String executable,
boolean checkExitCode, File workingDirectory, Map<String,String> envs,
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:265:
warning: no comment
[2024-04-12T17:15:32.041Z] public static ExecResult executeWithResult(String executable,
Map<String, String> envs, String... arguments) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:450:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, boolean waitForProcessToExit, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:445:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, boolean waitForProcessToExit,
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:426:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, File workingDirectory,
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:462:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, File workingDirectory, boolean waitForProcessToExit, Map<String,
String> envs, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:441:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, File workingDirectory, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:458:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:470:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, ConsoleView terminalToReuse, ProcessListener
processListener, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:466:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, ConsoleView terminalToReuse, String...
command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:474:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, ConsoleView terminalToReuse,
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:454:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:479:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithUI(Map<String, String>
envs, Runnable initRunnable, Consumer<String> runnable, String... command) throws
IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:486:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void executeWithUI(Map<String, String>
envs, Consumer<String> runnable, String... command) throws IOException {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:68:
warning: no comment
[2024-04-12T17:15:32.041Z] public static void submit(Runnable runnable) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:274:
warning: no comment
[2024-04-12T17:15:32.041Z] public ExecResult(String stdOut, @Nullable String stdErr,
int exitCode) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:288:
warning: no comment
[2024-04-12T17:15:32.041Z] public int getExitCode() {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:284:
warning: no comment
[2024-04-12T17:15:32.041Z] public String getStdErr() {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:280:
warning: no comment
[2024-04-12T17:15:32.041Z] public String getStdOut() {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecProcessHandler.java:22:
warning: no comment
[2024-04-12T17:15:32.041Z] public class ExecProcessHandler extends KillableProcessHandler
{
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:20:
warning: no comment
[2024-04-12T17:15:32.041Z] public class ExecReader extends BaseInputStreamReader {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:28:
warning: no comment
[2024-04-12T17:15:32.041Z] public ExecReader(@NotNull InputStream in) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.041Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:32:
warning: no comment
[2024-04-12T17:15:32.041Z] public ExecReader(@NotNull InputStream in, @NotNull Charset
cs) {
[2024-04-12T17:15:32.041Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecRunContentDescriptor.java:20:
warning: no comment
[2024-04-12T17:15:32.325Z] public class ExecRunContentDescriptor extends
RunContentDescriptor {
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecRunContentDescriptor.java:22:
warning: no comment
[2024-04-12T17:15:32.325Z] public ExecRunContentDescriptor(@Nullable ExecutionConsole
executionConsole, @Nullable ProcessHandler processHandler, @NotNull JComponent component,
String displayName) {
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:19:
warning: no comment
[2024-04-12T17:15:32.325Z] public class GenericResource {
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:23:
warning: no comment
[2024-04-12T17:15:32.325Z] public GenericResource() {}
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:25:
warning: no comment
[2024-04-12T17:15:32.325Z] public GenericResource(String apiVersion, String kind,
JsonNode metadata, JsonNode spec) {
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:32:
warning: no comment
[2024-04-12T17:15:32.325Z] public String getApiVersion() {
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.325Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:40:
warning: no comment
[2024-04-12T17:15:32.325Z] public String getKind() {
[2024-04-12T17:15:32.325Z] ^
[2024-04-12T17:15:32.915Z] 100 warnings
[2024-04-12T17:15:32.915Z]
[2024-04-12T17:15:32.915Z] > Task :javadocJar
[2024-04-12T17:15:32.915Z] > Task :packageTests
[2024-04-12T17:15:32.915Z] > Task :sourcesJar
[2024-04-12T17:15:32.915Z] > Task :assemble
[2024-04-12T17:15:32.915Z]
[2024-04-12T17:15:32.915Z] Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0.
[2024-04-12T17:15:32.915Z]
[2024-04-12T17:15:32.915Z] You can use '--warning-mode all' to show the individual
deprecation warnings and determine if they come from your own scripts or plugins.
[2024-04-12T17:15:32.915Z]
[2024-04-12T17:15:32.915Z] See
https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-12T17:15:32.915Z]
[2024-04-12T17:15:32.915Z] BUILD SUCCESSFUL in 2m 38s
[2024-04-12T17:15:32.915Z] 18 actionable tasks: 18 executed
[2024-04-12T17:15:33.486Z] [Pipeline] }
[2024-04-12T17:15:33.506Z] [Pipeline] // stage
[2024-04-12T17:15:33.532Z] [Pipeline] stage
[2024-04-12T17:15:33.539Z] [Pipeline] { (Package)
[2024-04-12T17:15:33.591Z] [Pipeline] sh
[2024-04-12T17:15:33.882Z] + ./gradlew build
[2024-04-12T17:15:34.858Z] > Task :initializeIntelliJPlugin SKIPPED
[2024-04-12T17:15:34.858Z] > Task :patchPluginXml NO-SOURCE
[2024-04-12T17:15:34.858Z] > Task :verifyPluginConfiguration
[2024-04-12T17:15:34.858Z] > Task :compileJava UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :processResources NO-SOURCE
[2024-04-12T17:15:34.858Z] > Task :classes UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :instrumentCode UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :compileTestJava UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :processTestResources UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :testClasses UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :instrumentTestCode UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :instrumentedJar UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :jar UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :javadoc UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :javadocJar UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :packageTests UP-TO-DATE
[2024-04-12T17:15:34.858Z] > Task :sourcesJar UP-TO-DATE
[2024-04-12T17:15:35.114Z] > Task :prepareTestingSandbox
[2024-04-12T17:15:40.355Z]
[2024-04-12T17:15:40.355Z] > Task :test
[2024-04-12T17:15:40.355Z] OpenJDK 64-Bit Server VM warning: Archived non-system classes
are disabled because the java.system.class.loader property is specified (value =
"com.intellij.util.lang.PathClassLoader"). To use archived non-system classes,
this property must not be set
[2024-04-12T17:15:40.355Z] CompileCommand: exclude
com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
[2024-04-12T17:15:45.632Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for
boot loader classes because bootstrap classpath has been appended
[2024-04-12T17:15:50.934Z]
[2024-04-12T17:15:50.934Z] > Task :classpathIndexCleanup
[2024-04-12T17:15:50.934Z] > Task :prepareSandbox UP-TO-DATE
[2024-04-12T17:15:50.934Z] > Task :buildSearchableOptions UP-TO-DATE
[2024-04-12T17:15:50.934Z] > Task :jarSearchableOptions UP-TO-DATE
[2024-04-12T17:15:50.934Z] > Task :buildPlugin UP-TO-DATE
[2024-04-12T17:15:50.934Z] > Task :assemble UP-TO-DATE
[2024-04-12T17:15:50.934Z] > Task :check
[2024-04-12T17:15:50.934Z] > Task :build
[2024-04-12T17:15:50.934Z]
[2024-04-12T17:15:50.934Z] Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0.
[2024-04-12T17:15:50.934Z]
[2024-04-12T17:15:50.934Z] You can use '--warning-mode all' to show the individual
deprecation warnings and determine if they come from your own scripts or plugins.
[2024-04-12T17:15:50.934Z]
[2024-04-12T17:15:50.934Z] See
https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-12T17:15:50.934Z]
[2024-04-12T17:15:50.934Z] BUILD SUCCESSFUL in 17s
[2024-04-12T17:15:50.934Z] 19 actionable tasks: 4 executed, 15 up-to-date
[2024-04-12T17:15:50.946Z] [Pipeline] }
[2024-04-12T17:15:50.965Z] [Pipeline] // stage
[2024-04-12T17:15:50.981Z] [Pipeline] stage
[2024-04-12T17:15:50.985Z] [Pipeline] { (Deploy)
[2024-04-12T17:15:51.015Z] [Pipeline] withCredentials
[2024-04-12T17:15:51.020Z] Masking supported pattern matches of $PASSWORD
[2024-04-12T17:15:51.029Z] [Pipeline] {
[2024-04-12T17:15:51.052Z] [Pipeline] sh
[2024-04-12T17:15:51.056Z] Warning: A secret was passed to "sh" using Groovy
String interpolation, which is insecure.
[2024-04-12T17:15:51.056Z] Affected argument(s) used the following variable(s):
[PASSWORD]
[2024-04-12T17:15:51.056Z] See
https://jenkins.io/redirect/groovy-string-interpolation
for details.
[2024-04-12T17:15:51.497Z] + ./gradlew publish closeAndReleaseStagingRepository
-PnexusUser=stephane.bouchet -PnexusPassword=****
[2024-04-12T17:15:52.427Z] > Task :initializeIntelliJPlugin SKIPPED
[2024-04-12T17:15:52.427Z] > Task :patchPluginXml NO-SOURCE
[2024-04-12T17:15:52.427Z] > Task :verifyPluginConfiguration
[2024-04-12T17:15:52.427Z] > Task :compileJava UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :processResources NO-SOURCE
[2024-04-12T17:15:52.427Z] > Task :classes UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :instrumentCode UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :compileTestJava UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :processTestResources UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :testClasses UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :instrumentTestCode UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :classpathIndexCleanup
[2024-04-12T17:15:52.427Z] > Task :jar UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :javadoc UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :javadocJar UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :sourcesJar UP-TO-DATE
[2024-04-12T17:15:52.427Z] > Task :generateMetadataFileForMavenJavaPublication
[2024-04-12T17:15:52.427Z] > Task :generatePomFileForMavenJavaPublication
[2024-04-12T17:15:52.989Z] > Task :initializeJbossNexusStagingRepository FAILED
[2024-04-12T17:15:52.989Z]
[2024-04-12T17:15:52.989Z] FAILURE: Build failed with an exception.
[2024-04-12T17:15:52.989Z]
[2024-04-12T17:15:52.989Z] * What went wrong:
[2024-04-12T17:15:52.989Z] Execution failed for task
':initializeJbossNexusStagingRepository'.
[2024-04-12T17:15:52.989Z] > Failed to load staging profiles, server at
https://repository.jboss.org/nexus/service/local/ responded with status code 401, body:
[2024-04-12T17:15:52.989Z]
[2024-04-12T17:15:52.989Z] * Try:
[2024-04-12T17:15:52.989Z] > Run with --stacktrace option to get the stack trace.
[2024-04-12T17:15:52.989Z] > Run with --info or --debug option to get more log output.
[2024-04-12T17:15:52.989Z] > Run with --scan to get full insights.
[2024-04-12T17:15:52.989Z]
[2024-04-12T17:15:52.989Z] * Get more help at
https://help.gradle.org
[2024-04-12T17:15:52.990Z]
[2024-04-12T17:15:52.990Z] Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0.
[2024-04-12T17:15:52.990Z]
[2024-04-12T17:15:52.990Z] You can use '--warning-mode all' to show the individual
deprecation warnings and determine if they come from your own scripts or plugins.
[2024-04-12T17:15:52.990Z]
[2024-04-12T17:15:52.990Z] See
https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-12T17:15:52.990Z]
[2024-04-12T17:15:52.990Z] BUILD FAILED in 1s
[2024-04-12T17:15:52.990Z] 14 actionable tasks: 5 executed, 9 up-to-date
[2024-04-12T17:15:53.011Z] [Pipeline] }
[2024-04-12T17:15:53.040Z] [Pipeline] // withCredentials
[2024-04-12T17:15:53.055Z] [Pipeline] }
[2024-04-12T17:15:53.082Z] [Pipeline] // stage
[2024-04-12T17:15:53.104Z] [Pipeline] step