2023-09-10 05:27:53 +00:00
|
|
|
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
|
|
|
|
pluginGroup = gay.pizza.plugins.pork
|
|
|
|
pluginName = Pork
|
|
|
|
pluginRepositoryUrl = https://github.com/GayPizzaSpecifications/pork
|
2024-12-01 00:48:07 +00:00
|
|
|
pluginVersion = 0.1.2
|
2023-09-10 05:27:53 +00:00
|
|
|
|
|
|
|
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
2024-12-01 00:48:07 +00:00
|
|
|
pluginSinceBuild = 242
|
|
|
|
pluginUntilBuild = 243.*
|
2023-09-10 05:27:53 +00:00
|
|
|
|
|
|
|
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
|
|
|
|
platformType = IC
|
2024-12-01 00:48:07 +00:00
|
|
|
platformVersion = 2024.2
|