Skip to content

Commit 74f1c3d

Browse files
authored
Update bitrise-init to pull Java scanner (#161)
* Update bitrise-init to pull Java scanner * Update bitrise-init * Update maven test script * Updated to bitrise-init@5.7.0
1 parent fcc1347 commit 74f1c3d

20 files changed

Lines changed: 435 additions & 73 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.23.2
66

77
require (
8-
github.com/bitrise-io/bitrise-init v0.0.0-20250513074231-32b946ccab8f
8+
github.com/bitrise-io/bitrise-init v0.0.0-20250520133318-e1981b5c0db4
99
github.com/bitrise-io/go-steputils v1.0.6
1010
github.com/bitrise-io/go-utils v1.0.13
1111
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.22

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0
22
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
33
github.com/beevik/etree v1.2.0 h1:l7WETslUG/T+xOPs47dtd6jov2Ii/8/OjCldk5fYfQw=
44
github.com/beevik/etree v1.2.0/go.mod h1:aiPf89g/1k3AShMVAzriilpcE4R/Vuor90y83zVZWFc=
5-
github.com/bitrise-io/bitrise-init v0.0.0-20250513074231-32b946ccab8f h1:LLknVraB2TMKyh9ptFkb0b2dhQcT/rDUBBtqaQ4+3Ok=
6-
github.com/bitrise-io/bitrise-init v0.0.0-20250513074231-32b946ccab8f/go.mod h1:+aSu4EJO5BnsjjGG5nL6fdXciDaJr3EJnlAEw1P1eMU=
5+
github.com/bitrise-io/bitrise-init v0.0.0-20250520133318-e1981b5c0db4 h1:8zIn58jz+KtVt1W3r3pkZn4pAliSsLKqAwADeWkdmac=
6+
github.com/bitrise-io/bitrise-init v0.0.0-20250520133318-e1981b5c0db4/go.mod h1:+aSu4EJO5BnsjjGG5nL6fdXciDaJr3EJnlAEw1P1eMU=
77
github.com/bitrise-io/bitrise/v2 v2.30.5 h1:ez1NfLMa8OyO4EfHdRvYDjY2og6GAQv8RJczu75nDK8=
88
github.com/bitrise-io/bitrise/v2 v2.30.5/go.mod h1:GQv5foBoO8bmyyybHZIEqMeF9vxT9LfJmOASZ6RWKHI=
99
github.com/bitrise-io/envman v0.0.0-20230802102824-1300c57d49c4 h1:idT9p2ISMoW5SOz2ow3jWzxVNc4DkNreLeoTk8BGPHg=

vendor/github.com/bitrise-io/bitrise-init/detectors/gradle/direntry/direntry.go renamed to vendor/github.com/bitrise-io/bitrise-init/detectors/direntry/direntry.go

File renamed without changes.

vendor/github.com/bitrise-io/bitrise-init/detectors/gradle/gradle.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/bitrise-init/detectors/maven/maven.go

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/bitrise-init/models/configbuilder.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/bitrise-init/scanners/android/android.go

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/bitrise-init/scanners/cordova/cordova.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/bitrise-init/scanners/fastlane/fastlane.go

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bitrise-io/bitrise-init/scanners/flutter/flutter.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)