Skip to content

Commit

Permalink
Test deny license
Browse files Browse the repository at this point in the history
  • Loading branch information
henriwi committed Dec 19, 2024
1 parent e40d151 commit 25906d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: actions/dependency-review-action@v4.5.0
with:
comment-summary-in-pr: true
deny-licenses: ""
deny-licenses: "AGPL-1.0-or-later"
7 changes: 7 additions & 0 deletions web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ dependencies {
implementation(libs.ktor.server.content.negotiation)
implementation(libs.ktor.serialization.kotlinx)

// License test
implementation("wtf.mizu.kawa:api:0.3.4")
implementation("wtf.mizu.kawa:optimized-bus:0.3.4")

// If you're using Kotlin:
implementation("wtf.mizu.kawa:kotlin-listener-dsl:0.3.4")

// OpenAPI / Swagger
implementation (libs.ktor.swagger.ui)
}
Expand Down

0 comments on commit 25906d2

Please sign in to comment.