build: add docker and make build tooling
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM gradle:8.6-jdk21
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY build.gradle.kts settings.gradle.kts /workspace/
|
||||
|
||||
RUN gradle --no-daemon build -x test || true
|
||||
|
||||
COPY src /workspace/src
|
||||
|
||||
RUN gradle --no-daemon build
|
||||
Reference in New Issue
Block a user