Skip to content

Commit

Permalink
updated minimum build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Föller authored and Dennis Föller committed May 24, 2021
1 parent 53dd5db commit 78766ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78766ba

Please sign in to comment.