Skip to content

Commit

Permalink
rename service to lib directory
Browse files Browse the repository at this point in the history
leftover changes
  • Loading branch information
snf2ye committed Jun 22, 2023
1 parent 4f1a0cd commit 843eef0
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload spotbugs results
uses: github/codeql-action/upload-sarif@main
with:
sarif_file: service/build/reports/spotbugs/main.sarif
sarif_file: lib/build/reports/spotbugs/main.sarif

jib:
needs: [ build ]
Expand Down
1 change: 1 addition & 0 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id 'maven-publish'
id 'io.spring.dependency-management'
id 'com.jfrog.artifactory' version '4.18.2'
// required by java-library-conventions
id 'org.hidetake.swagger.generator'
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
rootProject.name = 'javapfb'
include('service', 'client', 'integration')
include('lib', 'client', 'java-pfb-cli')

gradle.ext.releaseVersion = '0.11.0'
include 'java-pfb-cli'

0 comments on commit 843eef0

Please sign in to comment.