Skip to content

Commit 3aa8198

Browse files
committed
Merge branch 'BuildSrcSubmodule'
2 parents 6c7059b + a3e619b commit 3aa8198

File tree

8 files changed

+12
-47
lines changed

8 files changed

+12
-47
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: Publish release
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v6
13+
- uses: actions/checkout@v6
1514
with:
1615
fetch-depth: 0
16+
submodules: true
1717
- name: Install JDK
1818
uses: actions/setup-java@v5
1919
with:

.github/workflows/Android-CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
emulatorApi: [ 9 ]
2525
java_version: [ 17 ]
2626
steps:
27-
- name: Checkout
28-
uses: actions/checkout@v6
27+
- uses: actions/checkout@v6
2928
with:
3029
fetch-depth: 0
3130
submodules: true
@@ -103,10 +102,10 @@ jobs:
103102
os: [ ubuntu-latest ]
104103
java_version: [ 17 ]
105104
steps:
106-
- name: Checkout
107-
uses: actions/checkout@v6
105+
- uses: actions/checkout@v6
108106
with:
109107
fetch-depth: 0
108+
submodules: true
110109
- name: Install JDK ${{ matrix.java_version }}
111110
uses: actions/setup-java@v5
112111
with:

.github/workflows/update-gradle-wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v6
13+
with:
14+
fetch-depth: 0
15+
submodules: true
1316
- name: Install JDK
1417
uses: actions/setup-java@v5
1518
with:

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "screenShotScript"]
55
path = screenShotScript
66
url = git@github.com:hannesa2/screenShotScript.git
7+
[submodule "buildSrc"]
8+
path = buildSrc
9+
url = git@github.com:hannesa2/KotlinBuildSource.git

buildSrc

Submodule buildSrc added at d748fbf

buildSrc/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

buildSrc/build.gradle.kts

Lines changed: 0 additions & 7 deletions
This file was deleted.

buildSrc/src/main/kotlin/info/git/versionHelper/GitVersionUtils.kt

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)