File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kotlin/org/digma/intellij/plugin/docker Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 val downloadComposeFile = register(" downloadComposeFile" , Download ::class .java){
4343 src(
4444 listOf (
45- " https://raw.githubusercontent.com/ digma- ai/digma/bc/docker/docker-compose.yml " )
45+ " https://get. digma. ai/" )
4646 )
4747
4848 val dir = File (project.sourceSets.main.get().output.resourcesDir," docker-compose" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import java.nio.file.Files
1414import java.nio.file.StandardCopyOption
1515import kotlin.io.path.deleteIfExists
1616
17- private const val COMPOSE_FILE_URL = " https://raw.githubusercontent.com/ digma- ai/digma/bc/docker/docker-compose.yml "
17+ private const val COMPOSE_FILE_URL = " https://get. digma. ai/"
1818private const val COMPOSE_FILE_NAME = " docker-compose.yml"
1919const val COMPOSE_FILE_DIR = " digma-docker"
2020private const val RESOURCE_LOCATION = " docker-compose"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AggressiveUpdateService.enabled=true
99
1010# # the required backend version for this plugin version.
1111# # comment to disable
12- AggressiveUpdateService.minimal.backend.version =0.2.269-alpha.1
12+ AggressiveUpdateService.minimal.backend.version =0.3.0
1313
1414
1515# #the monitoring delay for checking state update. its 5 minutes. when AggressiveUpdateService enters into update mode
You can’t perform that action at this time.
0 commit comments