From 32455d1641e71e4f04eaf1fa14629679c69e0dfa Mon Sep 17 00:00:00 2001 From: Timi Date: Mon, 11 May 2026 16:15:23 +0800 Subject: [PATCH] v0.0.5 --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 58b4af2..22c2397 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.imyeyu.fx timi-fx - 0.0.4 + 0.0.5 25.0.3 @@ -18,6 +18,23 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + ${maven.compiler.source} + ${maven.compiler.target} + ${project.build.sourceEncoding} + + + org.projectlombok + lombok + 1.18.46 + + + + org.apache.maven.plugins maven-deploy-plugin