Skip to content

Commit

Permalink
Move security advisories to rewrite-java-security (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 17, 2024
1 parent dfc9b02 commit d08fb01
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 14,199 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/advisories.yml

This file was deleted.

23 changes: 0 additions & 23 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ plugins {
group = "org.openrewrite.recipe"
description = "A rewrite module automating Java dependency management."

repositories {
maven {
url = uri("https://repo.gradle.org/gradle/libs-releases/")
content {
excludeVersionByRegex(".+", ".+", ".+-rc-?[0-9]*")
}
}
// Needed to pick up snapshot versions of rewrite
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
}

val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
Expand All @@ -38,16 +25,6 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.+")
}

tasks {
// ./gradlew parseGithubAdvisoryDatabase --args="./advisory-database Maven src/main/resources/advisories-maven.csv"
val parseGithubAdvisoryDatabase by registering(JavaExec::class) {
group = "generate"
description = "Parse github/advisories-database and generate a CSV file."
mainClass = "org.openrewrite.java.dependencies.github.ParseAdvisories"
classpath = sourceSets.getByName("main").runtimeClasspath
}
}

tasks {
// ./gradlew parseDefinitionMigrations --args="./oga-maven-plugin src/main/resources/migrations.csv"
val parseDefinitionMigrations by registering(JavaExec::class) {
Expand Down
3 changes: 0 additions & 3 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# https://projectlombok.org/features/configuration
config.stopBubbling = true
lombok.addNullAnnotations = CUSTOM:org.openrewrite.internal.lang.NonNull:org.openrewrite.internal.lang.Nullable
lombok.copyableAnnotations += org.openrewrite.internal.lang.Nullable
lombok.copyableAnnotations += org.openrewrite.internal.lang.NonNull
lombok.anyConstructor.addConstructorProperties=true

This file was deleted.

Loading

0 comments on commit d08fb01

Please sign in to comment.