Skip to content

Commit

Permalink
FBP-206. Fix for `Could not find com.jetbrains.intellij.java:java-com…
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Feb 21, 2021
1 parent 7dcf5ec commit 6fd7115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.18'
id 'org.jetbrains.intellij' version '0.6.5'
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
}

Expand Down
4 changes: 2 additions & 2 deletions xml-parser-api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'java'
id 'org.jetbrains.intellij'
id 'org.jetbrains.kotlin.jvm'
}

Expand All @@ -18,10 +17,11 @@ apply plugin: 'kotlin-kapt'
dependencies {
api 'com.github.pozo:mapstruct-kotlin:1.3.1.2'
kapt 'com.github.pozo:mapstruct-kotlin-processor:1.3.1.2'
api 'com.fasterxml.jackson.core:jackson-annotations:2.12.1'
api "org.jetbrains.kotlin:kotlin-stdlib:1.3.72"

api 'org.mapstruct:mapstruct:1.3.1.Final'
kapt 'org.mapstruct:mapstruct-processor:1.3.1.Final'
}

apply plugin: 'idea'
apply plugin: 'kotlin'

0 comments on commit 6fd7115

Please sign in to comment.