add aspectj

This commit is contained in:
2026-02-05 22:31:04 -05:00
parent e483466bbd
commit 20c38a9468
+1 -2
View File
@@ -4,9 +4,8 @@
plugins { plugins {
// Apply the java-library plugin for API and implementation separation. // Apply the java-library plugin for API and implementation separation.
id 'java' id 'java'
id 'application'
id("io.freefair.aspectj") version "9.2.0" // Check the latest version on the plugin website id("io.freefair.aspectj") version "9.2.0" // Check the latest version on the plugin website
id 'application'
id("org.owasp.dependencycheck") version "12.2.0" id("org.owasp.dependencycheck") version "12.2.0"