Skip to content

Commit

Permalink
[Build] Use snapshot while milestone repositories are unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Oct 18, 2024
1 parent 64fe1dc commit 1cdf88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
plugins {

id("idea")
id("org.springframework.boot") version "3.4.0-M3"
id("org.springframework.boot") version "3.4.0-SNAPSHOT"
id("io.spring.dependency-management") version "1.1.6"
id("com.google.cloud.tools.jib") version "3.4.3"
id("net.nemerosa.versioning") version "3.1.0"
Expand Down

0 comments on commit 1cdf88c

Please sign in to comment.