Skip to content

Commit

Permalink
chore: clean up development settings
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Sep 22, 2024
1 parent a21c24d commit 0430539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation group: 'com.google.firebase', name: 'firebase-admin', version: '8.1.0'

//devtool hotreload
implementation 'org.springframework.boot:spring-boot-devtools'
developmentOnly 'org.springframework.boot:spring-boot-devtools'

compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
Expand All @@ -64,7 +64,7 @@ sourceSets {
}
}

//processResources { dependsOn "copyReactBuildFiles" }
processResources { dependsOn "copyReactBuildFiles" }

task installReact(type: Exec) {
workingDir "$frontendDir"
Expand Down

0 comments on commit 0430539

Please sign in to comment.