Skip to content

Commit

Permalink
try including configdocsgenerator 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Dec 2, 2024
1 parent 41dd49a commit 5d7502b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/configurationserver_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
- uses: actions/checkout@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: build configdocsgenerator
run: ./gradlew :inspectit-ocelot-configdocsgenerator:assemble
- name: build configurationserver
- name: build
run: ./gradlew :inspectit-ocelot-configurationserver:bootJarWithFrontend
- name: Run DependencyCheck plugin
uses: dependency-check/Dependency-Check_Action@main
Expand Down
4 changes: 4 additions & 0 deletions components/inspectit-ocelot-configdocsgenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ plugins {
}
apply plugin: 'io.spring.dependency-management'

configurations {
implementation.extendsFrom(api)
}

dependencies {
// Use JUnit Jupiter for testing.
testImplementation(
Expand Down

0 comments on commit 5d7502b

Please sign in to comment.