Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Schmetzer committed Sep 15, 2020
1 parent 664c124 commit d8ec290
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kafka_version = '2.4.1'
ext.scala_version = '2.12'
ext.kafka_version = '2.5.1'
ext.scala_version = '2.13'
ext.kotlin_version = '1.3.11'
ext.unboundid_version = '4.0.9'
ext.caffeine_version = '2.6.2'
Expand All @@ -18,11 +18,9 @@ plugins{
id 'com.github.ben-manes.versions' version '0.20.0'
}

group 'com.instaclustr.kafka.ldap'

// see https://docs.confluent.io/current/installation/versions-interoperability.html#interoperability-versions
// '<kafka version>_<this plugin version>'
version '2.4_0.58'
group 'com.instaclustr.kafka.ldap'
version '1.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -76,7 +74,7 @@ test {
}

shadowJar {

baseName = "${project.name}-$scala_version-$kafka_version"
classifier = null

dependencies {
Expand Down

0 comments on commit d8ec290

Please sign in to comment.