Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
build with/for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 2, 2024
1 parent 4fcc7ee commit fbbc304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}

java {
toolchain.languageVersion = JavaLanguageVersion.of(17)
toolchain.languageVersion = JavaLanguageVersion.of(8)
withJavadocJar()
withSourcesJar()
}
Expand All @@ -66,7 +66,7 @@ publishing {
from components.java
pom {
name = project.name
description = 'Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11 and 17.'
description = 'Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11, 17 and 21.'
licenses {
license {
name = 'MIT License'
Expand Down

0 comments on commit fbbc304

Please sign in to comment.