Skip to content

Commit

Permalink
Upgrade to Gradle 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Feb 6, 2024
1 parent ca1f91b commit e09929f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-streams-reflect-avro-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = "Provides an Avro Serde that can (de)serialize (almost) arbitrary Java objects in Kafka Streams."

repositories {
maven(url = "http://packages.confluent.io/maven/")
maven(url = "https://packages.confluent.io/maven/")
}

dependencies {
Expand Down

0 comments on commit e09929f

Please sign in to comment.