Skip to content

Commit

Permalink
try including configdocsgenerator 3
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Dec 2, 2024
1 parent 5d7502b commit 4437c19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configurationserver_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
continue-on-error: true
with:
project: inspectIT/inspectit-ocelot-configuration-server
path: 'components/inspectit-ocelot-configurationserver'
path: '$(find ./components/ -type f -name "inspectit-ocelot-config*.jar" | tr '\n' ' ')'
format: 'HTML'
args: >
--disableAssembly
Expand Down
4 changes: 0 additions & 4 deletions components/inspectit-ocelot-configdocsgenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ plugins {
}
apply plugin: 'io.spring.dependency-management'

configurations {
implementation.extendsFrom(api)
}

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

0 comments on commit 4437c19

Please sign in to comment.