We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1237e commit 74c3dc1Copy full SHA for 74c3dc1
src/main/kotlin/org/tabooproject/intellij/step/ConfigurationPropertiesStep.kt
@@ -40,8 +40,8 @@ val MODULES: List<String> by lazy {
40
}
41
42
val TEMPLATE_DOWNLOAD_MIRROR = mapOf(
43
- "GitHub" to "https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template.zip",
44
- "Aliyun" to "https://template.tabooproject.org"
+ "github.com" to "https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template.zip",
+ "tabooproject.org" to "https://template.tabooproject.org"
45
)
46
47
data class ConfigurationProperty(
0 commit comments