Skip to content

Commit

Permalink
downgrade to gradle 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Dec 12, 2024
1 parent e05817b commit 76224b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions word-count/code/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
description = "Word count pipeline with Kafka Streams"

plugins {
java
idea
id("net.researchgate.release") version "3.0.2"
id("com.bakdata.sonar") version "1.1.16"
id("com.bakdata.sonatype") version "1.1.14"
id("com.bakdata.sonar") version "1.4.1"
id("com.bakdata.sonatype") version "1.4.1"
id("org.hildan.github.changelog") version "2.2.0"
id("io.freefair.lombok") version "8.11"
id("com.google.cloud.tools.jib") version "3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion word-count/code/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 0 additions & 4 deletions word-count/code/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name "JCenter Gradle Plugins"
url "https://dl.bintray.com/gradle/gradle-plugins"
}
}
}

Expand Down

0 comments on commit 76224b6

Please sign in to comment.