Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump JVM version for release #1516

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ JVM support is in the alpha stage; many steps require manual intervention.

### Publishing with GitHub Actions

The "com.vanniktech.maven.publish" plugin is used to automate Maven releases for JVM protobuf generation. More information on the release process can be found here [here](https://vanniktech.github.io/gradle-maven-publish-plugin/central/).
The "com.vanniktech.maven.publish" plugin is used to automate Maven releases for JVM protobuf generation. More information on the release process can be found [here](https://vanniktech.github.io/gradle-maven-publish-plugin/central/).

There are two GitHub Actions configured to run on the master branch:

Expand Down
2 changes: 1 addition & 1 deletion protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun getProp(name: String, defaultValue: String? = null): String? {

// configuration variables
val defaultGroupId = "org.onflow"
val defaultVersion = "1.0.0"
val defaultVersion = "1.1.0"

group = getProp("groupId", defaultGroupId)!!
version = when {
Expand Down
Loading