Skip to content

Commit

Permalink
Release version 0.41.0
Browse files Browse the repository at this point in the history
Summary: Removed the build sample kotlin.

Reviewed By: passy, colriot

Differential Revision: D32436517

fbshipit-source-id: cc5939e81595f359ae97dff6c81f3d917a66bdc8
  • Loading branch information
nicous authored and facebook-github-bot committed Nov 18, 2021
1 parent a9b62d9 commit 9814f12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/release.yml
Expand Up @@ -93,28 +93,10 @@ jobs:
ls -l buck
- name: Assemble sample app
run: BUCK_PATH=`realpath buck` ./gradlew :sample:assembleRelease --stacktrace
sample-kotlin-job:
name: Assemble kotlin app
needs: [start-release-job]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: '8'
- name: Fetch buck
run: |
wget https://jitpack.io/com/github/facebook/buck/master/buck-master.pex && \
chmod +x buck-master.pex && \
mv buck-master.pex buck && \
ls -l buck
- name: Assemble kotlin sample
run: BUCK_PATH=`realpath buck` ./gradlew :sample-kotlin:assembleRelease --stacktrace
publish-job:
name: Maven Publish
runs-on: ubuntu-latest
needs: [test-job, sample-java-job, sample-kotlin-job]
needs: [test-job, sample-java-job]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Expand Up @@ -47,7 +47,6 @@ include ':litho-widget-kotlin'
include ':test-processor'
include ':test-specs'
include ':sample'
include ':sample-kotlin'
include ':sample-barebones'
include ':sample-barebones-kotlin'
include ':sample-codelab'
Expand Down

0 comments on commit 9814f12

Please sign in to comment.