add aspectj
This commit is contained in:
+4
-1
@@ -5,8 +5,11 @@ 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 'application'
|
||||||
|
id("io.freefair.aspectj") version "9.2.0" // Check the latest version on the plugin website
|
||||||
|
|
||||||
id("org.owasp.dependencycheck") version "12.2.0"
|
id("org.owasp.dependencycheck") version "12.2.0"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
@@ -39,7 +42,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation("org.aspectj:aspectjrt:1.9.25")
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|||||||
Reference in New Issue
Block a user