Skip to content

Commit 75d612f

Browse files
authored
Merge pull request #50 from asciidoctor/asciidoctorj-diagram-2.3.0
Prepare v2.3.0 and migrate back to Java 8
2 parents fb48f0a + 222b5d3 commit 75d612f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
properName=AsciidoctorJ Diagram Plantuml
22
description=AsciidoctorJ Diagram Plantuml bundles the Asciidoctor Diagram Plantuml RubyGem (asciidoctor-diagram-plantuml) so it can be loaded into the JVM using JRuby.
3-
version=1.2023.13
3+
version=1.2024.0
44
gem_name=asciidoctor-diagram-plantuml
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
properName=AsciidoctorJ Diagram
22
description=AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
3-
version=2.2.17
3+
version=2.3.0
44
gem_name=asciidoctor-diagram

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ subprojects {
5757
status = _status
5858

5959
project.tasks.withType(JavaCompile).configureEach { task ->
60-
task.options.release = 11
60+
task.options.release = 8
6161
}
6262
project.tasks.withType(GroovyCompile).configureEach {task ->
63-
task.options.release = 11
63+
task.options.release = 8
6464
}
6565

6666
repositories {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2.2.17
1+
version=2.3.0
22
gem_name=asciidoctor-diagram

0 commit comments

Comments
 (0)