Skip to content

Commit b75d07d

Browse files
committed
Include tooling module into project
1 parent b032c6c commit b75d07d

43 files changed

Lines changed: 75 additions & 381 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,22 @@ pluginGroup = me.devnatan.inventoryframework.tooling
44
pluginName = Inventory Framework Tooling
55
pluginRepositoryUrl = https://github.com/DevNatan/inventory-framework
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.5.0
7+
pluginVersion = 1.0.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 221
11-
pluginUntilBuild = 231.*
10+
pluginSinceBuild = 231
11+
pluginUntilBuild = 232.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC
15-
platformVersion = 2022.1.4
15+
platformVersion = 2023.2
1616

1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
1919
platformPlugins = com.intellij.java
2020

21-
# Gradle Releases -> https://github.com/gradle/gradle/releases
22-
gradleVersion = 8.0.2
23-
2421
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
25-
# suppress inspection "UnusedProperty"
2622
kotlin.stdlib.default.dependency = true
2723

2824
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
29-
# suppress inspection "UnusedProperty"
3025
org.gradle.unsafe.configuration-cache = true
-60.2 KB
Binary file not shown.

intellij-tooling/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

intellij-tooling/gradlew

Lines changed: 0 additions & 244 deletions
This file was deleted.

intellij-tooling/gradlew.bat

Lines changed: 0 additions & 92 deletions
This file was deleted.

intellij-tooling/settings.gradle.kts

Lines changed: 0 additions & 1 deletion
This file was deleted.

intellij-tooling/.github/ISSUE_TEMPLATE/bug_report.md renamed to inventory-framework-intellij-tooling/.github/ISSUE_TEMPLATE/bug_report.md

File renamed without changes.
File renamed without changes.

intellij-tooling/.github/template-cleanup/.github/dependabot.yml renamed to inventory-framework-intellij-tooling/.github/template-cleanup/.github/dependabot.yml

File renamed without changes.

intellij-tooling/.github/template-cleanup/CHANGELOG.md renamed to inventory-framework-intellij-tooling/.github/template-cleanup/CHANGELOG.md

File renamed without changes.

0 commit comments

Comments
 (0)