forked from edgafner/GBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
26 lines (22 loc) · 1.22 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# suppress inspection "UnusedProperty" for whole file
# IntelliJ Platform Artifacts Repositories
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
pluginGroup=com.github.jonatha1983.gib
pluginName_=GIdeaBrowser
pluginVersion=1.0.6
# JCEF is enable only since 202.2 - by default - link: https://jetbrains.org/intellij/sdk/docs/reference_guide/jcef.html
# '''JCEF is available - since 2020.1 as an experimental feature. '''
pluginSinceBuild=202.2.*
pluginUntilBuild=203.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2020.2.3, 2020.3
platformType=IC
platformVersion=2020.3
platformDownloadSources=true
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins =com.intellij.java
# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false