Skip to content

Commit

Permalink
Merge pull request #1 from conductor-oss/springboot3_upgrade
Browse files Browse the repository at this point in the history
springboot3 upgrade

Authored by: @LuisLainez
  • Loading branch information
v1r3n authored Dec 17, 2023
2 parents 0ed1fa0 + ebd0fa2 commit fb122cb
Show file tree
Hide file tree
Showing 104 changed files with 1,837 additions and 7,459 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
run: |
echo "Running build for commit ${{ github.sha }}"
./gradlew build snapshot --scan
env:
NETFLIX_OSS_SIGNING_KEY: ${{ secrets.ORG_SIGNING_KEY }}
NETFLIX_OSS_SIGNING_PASSWORD: ${{ secrets.ORG_SIGNING_PASSWORD }}
NETFLIX_OSS_REPO_USERNAME: ${{ secrets.ORG_NETFLIXOSS_USERNAME }}
NETFLIX_OSS_REPO_PASSWORD: ${{ secrets.ORG_NETFLIXOSS_PASSWORD }}
./gradlew build
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always()
Expand Down
4 changes: 2 additions & 2 deletions annotations-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ sourceSets {

dependencies {
implementation project(':conductor-annotations')
api 'com.google.guava:guava:32.1.2-jre'
api 'com.google.guava:guava:31.1-jre'
api 'com.squareup:javapoet:1.13.+'
api 'com.github.jknack:handlebars:4.3.+'
api 'com.google.protobuf:protobuf-java:3.21.12'
api 'javax.annotation:javax.annotation-api:1.3.2'
api 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api gradleApi()

exampleImplementation sourceSets.main.output
Expand Down
Loading

0 comments on commit fb122cb

Please sign in to comment.