Eivind Næss

Results 16 issues of Eivind Næss

### Expected Behavior Incremental builds should complete ### Current Behavior Consecutive build operations fails saying that one of my dependent libraries that was read-only (.so file checked out as read-only...

I am trying to configure a set of compiler flags based on a CppCompile task is debuggable or not. ### Expected Behavior I am not able to configure my CppCompile...

### Expected Behavior I should be able to load a resource inside my .jar file via the new ClassLoader without it being closed. The issue is closely related to https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8205976....

a:bug
in:workers

Compiling the latest mainline on Solaris adds additional warning messages, we should address these. And why use the keyword "volatile" in these circumstances? ``` lcp.c: In function ‘lcp_rtt_update_buffer’: lcp.c:2310:15: warning:...

Just a request to tag each source file with the correct SPDX-License-Identifier. Example ``` /* SPDX-License-Identifier: LGPL-2.1-or-later */ ```

### Jenkins and plugins versions report Environment ```text Jenkins: 2.414.3 OS: Linux - 5.15.0-87-generic Java: 11.0.21 - Amazon.com Inc. (OpenJDK 64-Bit Server VM) --- Parameterized-Remote-Trigger:3.2.0 active-directory:2.33 ant:497.v94e7d9fffa_b_9 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 apache-httpcomponents-client-5-api:5.2.1-1.1...

While you can use `docker buildx build` and specify a tag on the command line and push the image, then use the `jf rt build-docker-create` command to push the resulting...

feature request

### Describe the bug The use of the 'maven-publish' plugin is being deprecated for Android builds in favor of using Android's ``` android { publishing { multipleVariants { allVariants() }...

bug
stale

### Describe the bug Pretty much a vanilla java multi-project configuration Apply a configuration at the root project's build.gradle file ``` artifactoryPublish.skip = true artifactory { contextUrl = 'my-artifactory-server' publish...

bug
stale

### How can we help? This question was asked previously on stackoverflow.com: https://stackoverflow.com/questions/48007689/artifactory-gradle-and-properties-mutation-by-artifactorypublish-task-dsl And a GIST: was put out on GitHub here: https://github.com/lavcraft/gradle-artifactory-build-info-extractor-problems/tree/master Essentially, i have the root project per...

question