File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/org/tabooproject/development Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ data class Module(
61
61
62
62
63
63
val TEMPLATE_DOWNLOAD_MIRROR = mapOf (
64
+ " github.com" to " https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template-6.2.zip" ,
64
65
" tabooproject.org" to " https://template.tabooproject.org" ,
65
- " github.com" to " https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template.zip" ,
66
66
)
67
67
68
68
data class ConfigurationProperty (
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ object ResourceLoader {
20
20
21
21
val logger = getLogger<ResourceLoader >()
22
22
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/"
24
24
25
25
var cacheJson = PropertiesComponent .getInstance().getValue(" modules_json" )?.let< @NonNls String , JsonObject > {
26
26
Json .parseToJsonElement(it).jsonObject
You can’t perform that action at this time.
0 commit comments