Skip to content

Commit

Permalink
Allow custom writer configurations in IonSystemBuilder (#781)
Browse files Browse the repository at this point in the history
* Allow custom writer configurations in IonSystemBuilder

* Update baseline.xml with JDK 17

* fix: fix typo in javadoc

Co-authored-by: Zack Slayton <[email protected]>

* fix: typo in javadoc

Co-authored-by: Zack Slayton <[email protected]>

* fix: typo in javadoc

Co-authored-by: Zack Slayton <[email protected]>

* Add default values on builders

* Add javadoc

* Add more tests on catalog

* Fix tests on catalog

---------

Co-authored-by: Zack Slayton <[email protected]>
Co-authored-by: Matthew Pope <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent f0a389f commit f807803
Show file tree
Hide file tree
Showing 4 changed files with 1,068 additions and 952 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ tasks {
"xsltproc",
"--output", spotbugsBaselineFile,
"$rootDir/config/spotbugs/baseline.xslt",
"${outputLocation.get()}/spotBugs"
"${outputLocation.get()}"
)
}
}
Expand Down
Loading

0 comments on commit f807803

Please sign in to comment.