Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion concurrency-limits-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ plugins {
id 'java'
}

sourceCompatibility = JavaVersion.VERSION_1_8
java {
sourceCompatibility = JavaVersion.VERSION_18
}

dependencies {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
Expand Down
6 changes: 4 additions & 2 deletions concurrency-limits-grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ plugins {
id 'java'
}

sourceCompatibility = JavaVersion.VERSION_1_8
java {
sourceCompatibility = JavaVersion.VERSION_18
}

dependencies {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation project(":concurrency-limits-core")

compileOnly "io.grpc:grpc-core:${grpcVersion}"

testImplementation project(":concurrency-limits-spectator")

testCompileOnly "junit:junit:${jUnitLegacyVersion}"
Expand Down
4 changes: 3 additions & 1 deletion concurrency-limits-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ plugins {
id 'java'
}

sourceCompatibility = JavaVersion.VERSION_1_8
java {
sourceCompatibility = JavaVersion.VERSION_18
}

dependencies {
api project(":concurrency-limits-core")
Expand Down
4 changes: 3 additions & 1 deletion concurrency-limits-spectator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ plugins {
id 'java'
}

sourceCompatibility = JavaVersion.VERSION_1_8
java {
sourceCompatibility = JavaVersion.VERSION_18
}

dependencies {
implementation project(":concurrency-limits-core")
Expand Down
2 changes: 1 addition & 1 deletion 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.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.