We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8136b commit fd8e095Copy full SHA for fd8e095
settings.gradle.kts
@@ -7,7 +7,7 @@ pluginManagement {
7
maven("https://repo.polyfrost.org/releases") // Adds the Polyfrost maven repository to get Polyfrost Gradle Toolkit
8
}
9
plugins {
10
- val pgtVersion = "0.6.3" // Sets the default versions for Polyfrost Gradle Toolkit
+ val pgtVersion = "0.6.5" // Sets the default versions for Polyfrost Gradle Toolkit
11
id("org.polyfrost.multi-version.root") version pgtVersion
12
13
0 commit comments