From 9c55310e16fa0bc26311f1ce3f6cff6dadaefa30 Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Sun, 3 Dec 2023 11:54:56 +0100 Subject: [PATCH] set version to `1.2.1-SNAPSHOT` Signed-off-by: Peter Gafert --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 293f75b55..0198de386 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel=true archunit.group=com.tngtech.archunit -archunit.version=1.3.0-SNAPSHOT +archunit.version=1.2.1-SNAPSHOT org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED