Skip to content

Commit

Permalink
added processing S3
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Feb 28, 2024
1 parent 496fd3a commit f5dff91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import com.saveourtool.malware.detection.build.registerDockerService

plugins {
id("com.saveourtool.malware.detection.build.spring-boot-kotlin-configuration")
id("com.saveourtool.malware.detection.build.s3-local-run-configuration")
Expand All @@ -18,4 +16,6 @@ kotlin {
}
}

//project.registerS3Service("backend/src/jvmMain/resources/s3")
s3LocalRun {
startupPath = "backend/src/jvmMain/resources/s3"
}

0 comments on commit f5dff91

Please sign in to comment.