Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Dec 3, 2022
1 parent 7ef1387 commit e6545ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Bug Fixes::

Build Improvement::

* Upgrade build to Gradle 7.5.1 (#1109)
* Upgrade build to Gradle 7.6 (#1563)
* Upgrade Spring Boot test to 3.0.0 (#1563)
* Run tests on Java 19 (#1563)
* Fix upstream tests forcing SNAPSHOT on Asciidoctor gem installation (#1123) (@abelsromero)
* Fix upstream build removing the explicit plugin repository (#1131)

Expand Down
4 changes: 0 additions & 4 deletions asciidoctorj-springboot-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ tasks.withType(JavaCompile).configureEach { task ->
task.options.release = 17
}

test {
testLogging.showStandardStreams true
}

0 comments on commit e6545ff

Please sign in to comment.