Skip to content

Commit

Permalink
removing logging and adding the license
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 27, 2023
1 parent f81ed4a commit feec11b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- develop
- main
- linux-builds-fix
- chore/publish-to-maven-central
jobs:
build:
runs-on: ${{ matrix.build-target.runner }}
Expand Down Expand Up @@ -416,11 +415,8 @@ jobs:
- name: Get GPG key to sign
working-directory: interop/kotlin/ret-kotlin
run: |
ls -la
aws secretsmanager get-secret-value --secret-id ${{ secrets.GPG_BINARY_SECRET_ID }} --query SecretBinary --output text | base64 --decode > rdx-secring.gpg
cp rdx-secring.gpg lib/rdx-secring.gpg
ls -la
ls -la lib
- name: Build and publish Kotlin
uses: gradle/gradle-build-action@v2
with:
Expand Down
7 changes: 7 additions & 0 deletions interop/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ publishing {
version = providers.gradleProperty("ret-version").getOrNull()

from(components["java"])

licenses {
license {
name = "Apache License, Version 2.0"
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
}
}
}

Expand Down

0 comments on commit feec11b

Please sign in to comment.