Skip to content

Commit 1ee6e3b

Browse files
committedJul 16, 2024·
refactor: refactor all platform code into a single gradle project (removes composite builds) (#13097)
1 parent de3867c commit 1ee6e3b

File tree

61 files changed

+552
-461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+552
-461
lines changed
 

‎.github/workflows/fe-validate-links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
org.gradle.vfs.watch=false
3333
EOF
3434
35-
- name: Run :airbyte-webapp:validateLinks
36-
run: ./gradlew --no-daemon :airbyte-webapp:validateLinks --scan -DciMode=true
35+
- name: Run :oss:airbyte-webapp:validateLinks
36+
run: ./gradlew --no-daemon :oss:airbyte-webapp:validateLinks --scan -DciMode=true
3737

3838
- name: Publish Failures to dev-frontend channel
3939
uses: abinoda/slack-action@master

‎.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
# todo (cgardens): temporarily skipping airbyte-commons-worker because one of the tests uses too much memory. we are
157157
# adjusting the test to use a more reasonable amount of memory. https://github.com/airbytehq/oncall/issues/4415
158158
# command: ./gradlew build javadoc --scan
159-
command: ./gradlew build -x :airbyte-commons-worker:test javadoc --scan
159+
command: ./gradlew build -x :oss:airbyte-commons-worker:test javadoc --scan
160160
attempt_limit: 3
161161
attempt_delay: 5000 # in ms
162162

0 commit comments

Comments
 (0)
Please sign in to comment.