Skip to content

Commit 717fa80

Browse files
committed
sync: 869b4d8
2 parents 375b3a4 + 869b4d8 commit 717fa80

5 files changed

Lines changed: 5 additions & 12 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ plugins {
1414
dependencies {
1515
testImplementation(platform(libs.junit.bom))
1616
testImplementation(libs.junit.jupiter)
17-
testImplementation(libs.opentest4j)
1817
testImplementation(libs.junit4)
1918
testRuntimeOnly(libs.junit.launcher)
2019

@@ -116,10 +115,6 @@ tasks {
116115
useJUnitPlatform()
117116
}
118117

119-
wrapper {
120-
gradleVersion = providers.gradleProperty("gradleVersion").get()
121-
}
122-
123118
publishPlugin {
124119
dependsOn(patchChangelog)
125120
}

gradle.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2-
31
group = io.openapiprocessor
42
version = 2026.1-SNAPSHOT.2
53

@@ -27,9 +25,6 @@ platformBundledPlugins = com.intellij.java, org.jetbrains.plugins.yaml, com.inte
2725
# Example: platformBundledModules = intellij.spellchecker
2826
platformBundledModules =
2927

30-
# Gradle Releases -> https://github.com/gradle/gradle/releases
31-
gradleVersion = 9.4.1
32-
3328
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
3429
kotlin.stdlib.default.dependency = false
3530

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# libraries
33
junit5 = "5.14.1"
44
junit4 = "4.13.2"
5-
opentest4j = "1.3.0"
65
mockk = "1.14.9"
76

87
# plugins
@@ -18,7 +17,6 @@ junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" }
1817
junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
1918
junit-vintage = { group = "org.junit.vintage", name = "junit-vintage-engine" }
2019
junit4 = { group = "junit", name = "junit", version.ref = "junit4" }
21-
opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "opentest4j" }
2220
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
2321

2422
[plugins]

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ upstream-rebase:
4040
merge hash:
4141
git merge {{hash}}
4242

43+
# build plugin zip
44+
build-plugin:
45+
./gradlew buildPlugin
46+
4347

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ plugins {
1515
id("org.jetbrains.intellij.platform.settings") version "2.14.0"
1616
}
1717

18+
@Suppress("UnstableApiUsage")
1819
dependencyResolutionManagement {
1920
repositories {
2021
mavenCentral()

0 commit comments

Comments
 (0)