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

Commit fbbc304

Browse files
committed
build with/for java 8
1 parent 4fcc7ee commit fbbc304

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
}
4444

4545
java {
46-
toolchain.languageVersion = JavaLanguageVersion.of(17)
46+
toolchain.languageVersion = JavaLanguageVersion.of(8)
4747
withJavadocJar()
4848
withSourcesJar()
4949
}
@@ -66,7 +66,7 @@ publishing {
6666
from components.java
6767
pom {
6868
name = project.name
69-
description = 'Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11 and 17.'
69+
description = 'Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11, 17 and 21.'
7070
licenses {
7171
license {
7272
name = 'MIT License'

0 commit comments

Comments
 (0)