Skip to content

Commit 0949a89

Browse files
committed
Compatible with TabooLib version 6.2.x
1 parent 3b9526b commit 0949a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/org/tabooproject/development/step/ConfigurationPropertiesStep.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ data class Module(
6161

6262

6363
val TEMPLATE_DOWNLOAD_MIRROR = mapOf(
64+
"github.com" to "https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template-6.2.zip",
6465
"tabooproject.org" to "https://template.tabooproject.org",
65-
"github.com" to "https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template.zip",
6666
)
6767

6868
data class ConfigurationProperty(

src/main/kotlin/org/tabooproject/development/util/ResourceLoader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object ResourceLoader {
2020

2121
val logger = getLogger<ResourceLoader>()
2222

23-
val url = "https://raw.githubusercontent.com/TabooLib/taboolib-sdk/idea-template/Resources/"
23+
val url = "https://raw.githubusercontent.com/TabooLib/taboolib-sdk/idea-template-6.2/Resources/"
2424

2525
var cacheJson = PropertiesComponent.getInstance().getValue("modules_json")?.let<@NonNls String, JsonObject> {
2626
Json.parseToJsonElement(it).jsonObject

0 commit comments

Comments
 (0)