Skip to content

Commit

Permalink
Merge pull request #171 from pontem-network/path-4-elements
Browse files Browse the repository at this point in the history
Change path references into unified implementation
  • Loading branch information
mkurnikov authored Aug 2, 2024
2 parents 869d490 + 11ff2c1 commit bf72ff7
Show file tree
Hide file tree
Showing 179 changed files with 5,725 additions and 4,020 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ version = pluginVersion
plugins {
id("java")
kotlin("jvm") version "1.9.22"
id("org.jetbrains.intellij.platform") version "2.0.0-rc1"
id("org.jetbrains.intellij.platform") version "2.0.0"
id("org.jetbrains.grammarkit") version "2022.3.2.2"
id("net.saliman.properties") version "1.5.2"
id("org.gradle.idea")
Expand Down Expand Up @@ -106,7 +106,7 @@ allprojects {
intellijPlatform {
create(prop("platformType"), prop("platformVersion"), useInstaller = useInstaller)
testFramework(TestFrameworkType.Platform)
pluginVerifier()
pluginVerifier("1.371")
bundledPlugin("org.toml.lang")
jetbrainsRuntimeExplicit("jbr_jcef-17.0.11-linux-x64-b1207.30")
}
Expand Down Expand Up @@ -160,7 +160,7 @@ allprojects {
channels.set(listOf(publishingChannel))
}

verifyPlugin {
pluginVerification {
ides {
recommended()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jbrVersion=17.0.7b1000.6
propertiesPluginEnvironmentNameProperty=shortPlatformVersion
# properties files
# pass ORG_GRADLE_PROJECT_shortPlatformVersion environment variable to overwrite
shortPlatformVersion=242
shortPlatformVersion=233

useInstaller=true
Loading

0 comments on commit bf72ff7

Please sign in to comment.