Skip to content

Commit

Permalink
Remove java toolchain from quickstart-producer example
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Apr 24, 2024
1 parent b6f448d commit 7aa3e4a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/quickstart-producer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ dependencies {
implementation group: 'io.confluent', name: 'kafka-json-schema-serializer', version:'7.5.3'
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}


tasks.register('uberJar', Jar) {
manifest {
attributes 'Main-Class': "com.lightstreamer.kafka_connector.examples.quick_start.producer.Producer"
Expand Down

0 comments on commit 7aa3e4a

Please sign in to comment.