See
<
https://studio-jenkins-csb-codeready.apps.ocp-c1.prod.psi.redhat.com/job/...
Changes:
------------------------------------------
[...truncated 489 lines...]
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:49:
warning: no comment
[2024-04-11T08:30:31.085Z] public void setKind(String kind) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:33:
warning: no comment
[2024-04-11T08:30:31.085Z] public void setName(String name) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DeployModel.java:57:
warning: no comment
[2024-04-11T08:30:31.085Z] public void setSpec(JsonNode spec) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:50:
warning: no comment
[2024-04-11T08:30:31.085Z] public class DownloadHelper {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:201:
warning: no comment
[2024-04-11T08:30:31.085Z] public String downloadIfRequired(String toolName, URL url)
throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:210:
warning: no comment
[2024-04-11T08:30:31.085Z] public CompletableFuture<String>
downloadIfRequiredAsync(String toolName, URL url) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java:76:
warning: no comment
[2024-04-11T08:30:31.085Z] public static DownloadHelper getInstance() {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:59:
warning: no comment
[2024-04-11T08:30:31.085Z] public class ExecHelper {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:269:
warning: no comment
[2024-04-11T08:30:31.085Z] public static class ExecResult {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:383:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void attachProcessToTerminal(ConsoleView
terminalExecutionConsole, PtyProcess p, boolean waitForProcessExit,
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:310:
warning: no comment
[2024-04-11T08:30:31.085Z] public static CommonTerminalExecutionConsole
createTerminalTabForReuse(Project project, String title) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:64:
warning: no comment
[2024-04-11T08:30:31.085Z] public static ScheduledFuture<?> executeAfter(Runnable
runnable, long delay, TimeUnit unit) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:235:
warning: no comment
[2024-04-11T08:30:31.085Z] public static ExecResult executeWithResult(String executable,
boolean checkExitCode, File workingDirectory, Map<String,String> envs,
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:265:
warning: no comment
[2024-04-11T08:30:31.085Z] public static ExecResult executeWithResult(String executable,
Map<String, String> envs, String... arguments) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:450:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, boolean waitForProcessToExit, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:445:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, boolean waitForProcessToExit,
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:426:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, File workingDirectory,
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:462:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, File workingDirectory, boolean waitForProcessToExit, Map<String,
String> envs, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:441:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, File workingDirectory, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:458:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:470:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, ConsoleView terminalToReuse, ProcessListener
processListener, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:466:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, ConsoleView terminalToReuse, String...
command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:474:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, ConsoleView terminalToReuse,
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:454:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithTerminal(Project project,
String title, Map<String, String> envs, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:479:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithUI(Map<String, String>
envs, Runnable initRunnable, Consumer<String> runnable, String... command) throws
IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:486:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void executeWithUI(Map<String, String>
envs, Consumer<String> runnable, String... command) throws IOException {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.085Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:68:
warning: no comment
[2024-04-11T08:30:31.085Z] public static void submit(Runnable runnable) {
[2024-04-11T08:30:31.085Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:274:
warning: no comment
[2024-04-11T08:30:31.362Z] public ExecResult(String stdOut, @Nullable String stdErr,
int exitCode) {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:288:
warning: no comment
[2024-04-11T08:30:31.362Z] public int getExitCode() {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:284:
warning: no comment
[2024-04-11T08:30:31.362Z] public String getStdErr() {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecHelper.java:280:
warning: no comment
[2024-04-11T08:30:31.362Z] public String getStdOut() {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecProcessHandler.java:22:
warning: no comment
[2024-04-11T08:30:31.362Z] public class ExecProcessHandler extends KillableProcessHandler
{
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:20:
warning: no comment
[2024-04-11T08:30:31.362Z] public class ExecReader extends BaseInputStreamReader {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:28:
warning: no comment
[2024-04-11T08:30:31.362Z] public ExecReader(@NotNull InputStream in) {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecReader.java:32:
warning: no comment
[2024-04-11T08:30:31.362Z] public ExecReader(@NotNull InputStream in, @NotNull Charset
cs) {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecRunContentDescriptor.java:20:
warning: no comment
[2024-04-11T08:30:31.362Z] public class ExecRunContentDescriptor extends
RunContentDescriptor {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/utils/ExecRunContentDescriptor.java:22:
warning: no comment
[2024-04-11T08:30:31.362Z] public ExecRunContentDescriptor(@Nullable ExecutionConsole
executionConsole, @Nullable ProcessHandler processHandler, @NotNull JComponent component,
String displayName) {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:19:
warning: no comment
[2024-04-11T08:30:31.362Z] public class GenericResource {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:23:
warning: no comment
[2024-04-11T08:30:31.362Z] public GenericResource() {}
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:25:
warning: no comment
[2024-04-11T08:30:31.362Z] public GenericResource(String apiVersion, String kind,
JsonNode metadata, JsonNode spec) {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:32:
warning: no comment
[2024-04-11T08:30:31.362Z] public String getApiVersion() {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.362Z]
/jenkins/workspace/Adapters/IntelliJ/intellij-common-build/src/main/java/com/redhat/devtools/intellij/common/model/GenericResource.java:40:
warning: no comment
[2024-04-11T08:30:31.362Z] public String getKind() {
[2024-04-11T08:30:31.362Z] ^
[2024-04-11T08:30:31.939Z] 100 warnings
[2024-04-11T08:30:31.939Z]
[2024-04-11T08:30:31.939Z] > Task :javadocJar
[2024-04-11T08:30:31.939Z] > Task :packageTests
[2024-04-11T08:30:31.939Z] > Task :sourcesJar
[2024-04-11T08:30:31.939Z] > Task :assemble
[2024-04-11T08:30:31.939Z]
[2024-04-11T08:30:31.939Z] Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0.
[2024-04-11T08:30:31.939Z]
[2024-04-11T08:30:31.939Z] 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-11T08:30:31.939Z]
[2024-04-11T08:30:31.939Z] See
https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-11T08:30:31.939Z]
[2024-04-11T08:30:31.939Z] BUILD SUCCESSFUL in 1m 56s
[2024-04-11T08:30:31.939Z] 18 actionable tasks: 18 executed
[2024-04-11T08:30:32.203Z] [Pipeline] }
[2024-04-11T08:30:32.223Z] [Pipeline] // stage
[2024-04-11T08:30:32.240Z] [Pipeline] stage
[2024-04-11T08:30:32.245Z] [Pipeline] { (Package)
[2024-04-11T08:30:32.264Z] [Pipeline] sh
[2024-04-11T08:30:32.552Z] + ./gradlew build
[2024-04-11T08:30:33.514Z] > Task :initializeIntelliJPlugin SKIPPED
[2024-04-11T08:30:33.514Z] > Task :patchPluginXml NO-SOURCE
[2024-04-11T08:30:33.514Z] > Task :verifyPluginConfiguration
[2024-04-11T08:30:33.514Z] > Task :compileJava UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :processResources NO-SOURCE
[2024-04-11T08:30:33.514Z] > Task :classes UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :instrumentCode UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :compileTestJava UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :processTestResources UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :testClasses UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :instrumentTestCode UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :instrumentedJar UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :jar UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :javadoc UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :javadocJar UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :packageTests UP-TO-DATE
[2024-04-11T08:30:33.514Z] > Task :sourcesJar UP-TO-DATE
[2024-04-11T08:30:33.768Z] > Task :prepareTestingSandbox
[2024-04-11T08:30:39.003Z]
[2024-04-11T08:30:39.003Z] > Task :test
[2024-04-11T08:30:39.003Z] 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-11T08:30:39.003Z] CompileCommand: exclude
com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
[2024-04-11T08:30:43.242Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for
boot loader classes because bootstrap classpath has been appended
[2024-04-11T08:30:48.488Z]
[2024-04-11T08:30:48.488Z] > Task :classpathIndexCleanup
[2024-04-11T08:30:48.488Z] > Task :prepareSandbox UP-TO-DATE
[2024-04-11T08:30:48.488Z] > Task :buildSearchableOptions UP-TO-DATE
[2024-04-11T08:30:48.488Z] > Task :jarSearchableOptions UP-TO-DATE
[2024-04-11T08:30:48.488Z] > Task :buildPlugin UP-TO-DATE
[2024-04-11T08:30:48.488Z] > Task :assemble UP-TO-DATE
[2024-04-11T08:30:48.488Z] > Task :check
[2024-04-11T08:30:48.488Z] > Task :build
[2024-04-11T08:30:48.488Z]
[2024-04-11T08:30:48.488Z] Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0.
[2024-04-11T08:30:48.488Z]
[2024-04-11T08:30:48.488Z] 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-11T08:30:48.488Z]
[2024-04-11T08:30:48.488Z] See
https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-11T08:30:48.488Z]
[2024-04-11T08:30:48.488Z] BUILD SUCCESSFUL in 15s
[2024-04-11T08:30:48.488Z] 19 actionable tasks: 4 executed, 15 up-to-date
[2024-04-11T08:30:48.500Z] [Pipeline] }
[2024-04-11T08:30:48.528Z] [Pipeline] // stage
[2024-04-11T08:30:48.547Z] [Pipeline] stage
[2024-04-11T08:30:48.552Z] [Pipeline] { (Deploy)
[2024-04-11T08:30:48.585Z] [Pipeline] withCredentials
[2024-04-11T08:30:48.596Z] Masking supported pattern matches of $PASSWORD
[2024-04-11T08:30:48.603Z] [Pipeline] {
[2024-04-11T08:30:48.627Z] [Pipeline] sh
[2024-04-11T08:30:48.636Z] Warning: A secret was passed to "sh" using Groovy
String interpolation, which is insecure.
[2024-04-11T08:30:48.636Z] Affected argument(s) used the following variable(s):
[PASSWORD]
[2024-04-11T08:30:48.636Z] See
https://jenkins.io/redirect/groovy-string-interpolation
for details.
[2024-04-11T08:30:49.040Z] + ./gradlew publish -PnexusUser=stephane.bouchet
-PnexusPassword=****
[2024-04-11T08:30:49.622Z] > Task :initializeIntelliJPlugin SKIPPED
[2024-04-11T08:30:49.622Z] > Task :patchPluginXml NO-SOURCE
[2024-04-11T08:30:49.622Z] > Task :verifyPluginConfiguration
[2024-04-11T08:30:49.622Z] > Task :compileJava UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :processResources NO-SOURCE
[2024-04-11T08:30:49.622Z] > Task :classes UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :instrumentCode UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :compileTestJava UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :processTestResources UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :testClasses UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :instrumentTestCode UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :classpathIndexCleanup
[2024-04-11T08:30:49.622Z] > Task :jar UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :javadoc UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :javadocJar UP-TO-DATE
[2024-04-11T08:30:49.622Z] > Task :sourcesJar UP-TO-DATE
[2024-04-11T08:30:49.876Z] > Task :generateMetadataFileForMavenJavaPublication
[2024-04-11T08:30:49.876Z] > Task :generatePomFileForMavenJavaPublication
[2024-04-11T08:30:49.876Z] > Task :initializeJbossNexusStagingRepository SKIPPED
[2024-04-11T08:30:49.876Z] > Task :packageTests UP-TO-DATE
[2024-04-11T08:30:50.799Z] > Task :publishMavenJavaPublicationToJbossNexusRepository
FAILED
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] FAILURE: Build failed with an exception.
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] * What went wrong:
[2024-04-11T08:30:50.799Z] Execution failed for task
':publishMavenJavaPublicationToJbossNexusRepository'.
[2024-04-11T08:30:50.799Z] > Failed to publish publication 'mavenJava' to
repository 'jbossNexus'
[2024-04-11T08:30:50.799Z] > Could not PUT
'https://repository.jboss.org/nexus/content/repositories/snapshots/com/redhat/devtools/intellij/intellij-common/1.9.4-SNAPSHOT/maven-metadata.xml'.
Received status code 401 from server: Unauthorized
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] * Try:
[2024-04-11T08:30:50.799Z] > Run with --stacktrace option to get the stack trace.
[2024-04-11T08:30:50.799Z] > Run with --info or --debug option to get more log output.
[2024-04-11T08:30:50.799Z] > Run with --scan to get full insights.
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] * Get more help at
https://help.gradle.org
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] Deprecated Gradle features were used in this build, making it
incompatible with Gradle 8.0.
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] 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-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] See
https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:c...
[2024-04-11T08:30:50.799Z]
[2024-04-11T08:30:50.799Z] BUILD FAILED in 1s
[2024-04-11T08:30:50.799Z] 15 actionable tasks: 5 executed, 10 up-to-date
[2024-04-11T08:30:50.816Z] [Pipeline] }
[2024-04-11T08:30:50.841Z] [Pipeline] // withCredentials
[2024-04-11T08:30:50.857Z] [Pipeline] }
[2024-04-11T08:30:50.881Z] [Pipeline] // stage
[2024-04-11T08:30:50.900Z] [Pipeline] step