Skip to content

Commit

Permalink
Issue #5: Document the Java/Kotlin Example Project
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Nov 14, 2024
1 parent e7fe8ec commit 131f343
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: ❓ Questions and Help 🤔
url: https://discord.gg/tbd (/add your discord channel if applicable)
url: https://discord.gg/block (/add your discord channel if applicable)
about: This issue tracker is not for support questions. Please refer to the community for more help.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# * Run tests
#
# In the Ubuntu environment only, to avoid double uploads from MacOS, it also:
# * Uploads Test reports to BuildKite
# * Uploads Coverage reports to CodeCov
# * Publishes (deploys) to Block's SaaS Artifactory instance as version commit-$shortSHA-SNAPSHOT
#
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
# Maven "test" lifecycle will build and test only on MacOS
mvn test
# On Ubuntu we build, test, verify, and deploy: Code Coverage, Test Vectors, and SNAPSHOT artifacts to TBD Artifactory
# On Ubuntu we build, test, verify, and deploy: Code Coverage, Test Vectors, and SNAPSHOT artifacts to Block Artifactory
build-test-deploy-snapshot-ubuntu:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
description: '(Required) The version to release. Must be a real version, not a SNAPSHOT (ie. ending in "-SNAPSHOT"). For example "1.0.0", "1.0.0-alpha-1".'
required: true
jobs:
release-publish-tbd-artifactory:
release-publish-block-artifactory:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/tests-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# The format is described: https://github.blog/2017-07-06-introducing-code-owners/

# These owners will be the default owners for everything in the repo.
* @GITHUB_USER_NAME_GOES_HERE
* @ALRubinger


# -----------------------------------------------
Expand Down
Loading

0 comments on commit 131f343

Please sign in to comment.