-
[mathieuacher@localhost PDL_2018-2019_GR2]$ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------< prog.pdl1819:Projet-PDL-1819 >--------------------
[INFO] Building Projet-…
-
When adding dependencies created with `maven_install` to a `haskell_binary`, the jars are missing from the runfiles.
Here's a minimal reproducer
```
git clone https://github.com/facundominguez/bu…
-
app/build.gradle
> apply plugin: 'com.android.application'
> apply plugin: 'realm-android'
>
> android {
> compileSdkVersion 27
> buildToolsVersion '27.0.3'
> defaultConfig {
> …
-
**Describe the bug**
The setting `maven.terminal.useJavaHome` looks at `java.home` which is deprecated and should look for `java.jdt.ls.java.home`
**To Reproduce**
Steps to reproduce the behavior…
ghost updated
9 months ago
-
**Description**
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers to execute arbitrary commands via a crafted serialized Java o…
-
**Describe the bug**
I created an Ubuntu image using Docker and installed the software according to the README in Docker. During the compilation process, I solved the problem by following # 1416. Howe…
-
I did a vanilla installation of Walkmod on Mac via Homebrew and tried to run it on my existing project. The following seem to indicate that walkmod is doing the wrong thing in pulling dependencies. Ca…
-
# Goal
Upload artifacts/built JAR's to a maven artifact repository.
# Options
* [Maven Central](https://maven.apache.org)
* [GitLab Maven Repository](https://docs.gitlab.com/ee/user/packages…
-
I configured mvnd to use openjdk 1.8.0_352, which builds our software correctly using normal mvn. When I build with mvnd I get compilation issue where the javax.annotation package cannot be found
T…
-
Hi 👋 ,
I have been banging my head against my CI/CD pipeline for a few days now and can't figure out how to get my `release-finish` job to succeed.
## Current behaviour
When my CI/CD pipeline…