-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fred Bricon <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,31 @@ | ||
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | ||
|
||
pluginGroup = com.redhat.devtools.intellij | ||
pluginName = Quarkus Tools | ||
pluginRepositoryUrl = https://github.com/redhat-developer/intellij-quarkus | ||
pluginGroup=com.redhat.devtools.intellij | ||
pluginName=Quarkus Tools | ||
pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus | ||
# SemVer format -> https://semver.org | ||
pluginVersion = 1.29.1-SNAPSHOT | ||
|
||
# NO SPACES AROUND THE EQUALS SIGN!! | ||
pluginVersion=1.29.1-SNAPSHOT | ||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||
pluginSinceBuild = 222 | ||
#pluginUntilBuild = 233.* | ||
|
||
pluginSinceBuild=222 | ||
#pluginUntilBuild=233.* | ||
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension | ||
platformType = IC | ||
platformVersion = 2022.2.3 | ||
|
||
platformType=IC | ||
platformVersion=2022.2.3 | ||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html | ||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 | ||
platformPlugins = com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.intellij.telemetry:1.0.0.44 | ||
|
||
platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.intellij.telemetry:1.0.0.44 | ||
# Gradle Releases -> https://github.com/gradle/gradle/releases | ||
gradleVersion = 8.4 | ||
|
||
gradleVersion=8.4 | ||
channel=nightly | ||
quarkusVersion=3.1.2.Final | ||
lsp4mpVersion=0.10.0 | ||
quarkusLsVersion=0.17.0 | ||
quteLsVersion=0.17.0 | ||
|
||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib | ||
kotlin.stdlib.default.dependency = false | ||
|
||
kotlin.stdlib.default.dependency=false | ||
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html | ||
org.gradle.configuration-cache = true | ||
|
||
org.gradle.configuration-cache=true | ||
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html | ||
org.gradle.caching = true | ||
|
||
org.gradle.caching=true | ||
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment | ||
systemProp.org.gradle.unsafe.kotlin.assignment = true | ||
systemProp.org.gradle.unsafe.kotlin.assignment=true |