-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve java install robustness (#13)
* Improve java install robustness Done in a hurry, could use some refactoring. * Make java_path a Path, not string * Additional Path vs. string type fixes. * Flake and typing fixes * Bump version to 0.0.20
- Loading branch information
Showing
3 changed files
with
61 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "interface_gen" | ||
version = "0.0.19" | ||
version = "0.0.20" | ||
authors = [{ name = "Aaron Fabbri", email = "[email protected]" }] | ||
description = "Define data format schemas once and generate code for multiple languages and serialization frameworks." | ||
readme = "dist-readme.md" | ||
|