Skip to content

Commit

Permalink
Merge pull request #16 from tyro/Test_on_2021.1.1
Browse files Browse the repository at this point in the history
Tested on 2021.1.1
  • Loading branch information
steveorourke authored May 3, 2021
2 parents e90cfc6 + 16be0dd commit cb6cd13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 8 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.intellij' version '0.4.18'
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
id 'org.jetbrains.intellij' version '0.7.2'
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
id "com.github.hierynomus.license" version "0.15.0"
}

Expand All @@ -13,7 +13,7 @@ repositories {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation ("org.apache.kafka:kafka-clients:2.1.0") {
implementation ("org.apache.kafka:kafka-clients:2.8.0") {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation "com.google.code.gson:gson:2.8.6"
Expand All @@ -28,11 +28,14 @@ compileTestKotlin {
}

intellij {
version '2020.3.2'
version '2021.1.1'
}

patchPluginXml {
changeNotes """16/02/2021<br>
changeNotes """21/04/2021<br>
Tested on 2021.1.1<br>
<br>
16/02/2021<br>
Tested on 2020.3.2<br>
<br>
04/01/2021<br>
Expand Down
2 changes: 0 additions & 2 deletions src/main/kotlin/com/tyro/oss/pairing/KafkaClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class KafkaClient(

companion object {
private val LOG = Logger.getInstance(KafkaClient::class.java)
const val URL_ID = "kafkaUrl"
const val WORKSPACE_ID = "worspaceId"
}

private val serializer = StringSerializer::class.java
Expand Down

0 comments on commit cb6cd13

Please sign in to comment.