diff --git a/build.gradle.kts b/build.gradle.kts index a236d20..436f7ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ repositories { } dependencies { implementation("org.glassfish.jersey.core:jersey-client:3.0.1") - runtimeOnly("org.glassfish.jersey.media:jersey-media-json-jackson:3.0.1") { + implementation("org.glassfish.jersey.media:jersey-media-json-jackson:3.0.1") { // Already available in the IntelliJ environment. Including them even transitively here leads to class loading issues (IntelliJ uses different class loaders for the plugins and the basic environment, etc). exclude("com.fasterxml.jackson.core", "jackson-annotations") exclude("com.fasterxml.jackson.core", "jackson-databind") diff --git a/gradle.properties b/gradle.properties index c4bb530..34bdb22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,10 @@ pluginGroup = com.github.xeonkryptos.gitlabintegration pluginName_ = Gitlab-Integration pluginVersion = 0.0.1-alpha -pluginSinceBuild = 203 +pluginSinceBuild = 211 # 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.3.2, 2021.1 +pluginVerifierIdeVersions = 2021.1 platformType = IC platformVersion = LATEST-EAP-SNAPSHOT