plugins {
id 'org.springframework.boot' version '3.0.6'
id 'io.spring.dependency-management' version '1.1.0'
id 'java'
id 'io.github.hangga.delvelin' version '0.0.18-beta1'
}
delvelin {
outputFileFormat = 'HTML' // Options: LOG, JSON, HTML
showDate = true
showSaveDialog = false
}
Open terminal and run the delvelinScan task to analyze our project:
./gradlew delvelinScan
If we are using Intellij IDEA, we can also use the gradle menu in the sidebar: