Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 7, 2024
1 parent 8b6b158 commit 3348296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: check samples build
run: |
cd samples
../gradlew --include-build=.. build
../gradlew --info --include-build=.. build
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ext {
gitBranch = semver.info.branch.name
}

println(rootProject.name)
group = "org.openziti"
version = "${semver.info}"

Expand Down
1 change: 1 addition & 0 deletions samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repositories {

group = "org.openziti.sample"
version = "0.0.1-SNAPSHOT"
println("ziti-version = ${libs.versions.openziti.get()}")

subprojects {
apply plugin: "java"
Expand Down

0 comments on commit 3348296

Please sign in to comment.