Skip to content

Commit

Permalink
Merge branch 'main' into renovate/com.github.pengrad-java-telegram-bo…
Browse files Browse the repository at this point in the history
…t-api-7.x
  • Loading branch information
rob93c authored Jan 27, 2024
2 parents af42eac + 1afef58 commit ae24dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
id: setup-ffmpeg

- name: Setup project and upload dependency graph
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
build-scan-publish: true
build-scan-terms-of-service-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-service-agree: "yes"

- name: Execute tests
run: ./gradlew test --scan
run: ./gradlew test
10 changes: 0 additions & 10 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
plugins {
id 'com.gradle.enterprise' version '3.16.1'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'

publishAlwaysIf(providers.environmentVariable('CI').present)
}
}

rootProject.name = 'Stickerify'

0 comments on commit ae24dc2

Please sign in to comment.