Mert Cingöz
Mert Cingöz
Addressing scheduling issues discussed in https://github.com/MangoAutomation/BACnet4J/pull/98
### Description Dockerfile ``` ARG JDK_SOURCE=azul/zulu-openjdk ARG JDK_VERSION=17 FROM ${JDK_SOURCE}:${JDK_VERSION} AS build ARG JDK_VERSION RUN echo ${JDK_VERSION} ``` Dockerfile works fine when building with docker cli, but docker-maven-plugin seems to...
### Affected version 1.2.0 ### Bug description Hidden files are excluded from the cache even when explicitly matched by a glob pattern. This prevents important files such as .npmrc, .env,...