Skip to content

Commit

Permalink
Updating Sarif and removing github okio (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Feb 28, 2024
1 parent e7d0d24 commit 58b524b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ multiplatform-diff = "0.5.0"
kotlinpoet = "1.14.2"
kotest = "5.8.0"
sarif4k = "0.5.0"
sarif-utils = "0.2.1"
sarif-utils = "0.2.2"
log4j = "2.21.1"

[plugins]
Expand Down
10 changes: 0 additions & 10 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ dependencyResolutionManagement {
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
maven {
name = "saveourtool/okio-extras"
url = uri("https://maven.pkg.github.com/saveourtool/okio-extras")
credentials {
username = providers.gradleProperty("gprUser").orNull
?: System.getenv("GITHUB_ACTOR")
password = providers.gradleProperty("gprKey").orNull
?: System.getenv("GITHUB_TOKEN")
}
}
}
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down

0 comments on commit 58b524b

Please sign in to comment.