Skip to content

Commit

Permalink
Compatible with TabooLib version 6.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EmptyIrony committed Sep 18, 2024
1 parent 0949a89 commit 709a3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data class Module(


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object ResourceLoader {

val logger = getLogger<ResourceLoader>()

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

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

0 comments on commit 709a3e3

Please sign in to comment.