mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-18 13:26:32 +00:00
Update build.gradle.kts
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
plugins {
|
||||
application
|
||||
java
|
||||
id("com.gradleup.shadow") version "8.3.5"
|
||||
}
|
||||
@@ -6,6 +7,10 @@ plugins {
|
||||
group = "com.miti99"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
application {
|
||||
mainClass = "com.miti99.storescraperbot.Main"
|
||||
}
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
extendsFrom(configurations.annotationProcessor.get())
|
||||
|
||||
Reference in New Issue
Block a user