Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(nullness): Update dogfeed version #111

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

id('com.gradle.plugin-publish') version '1.2.1'
id('io.github.joselion.pretty-jupiter') version '3.0.1'
id('io.github.joselion.strict-null-check') version '2.3.0'
id('io.github.joselion.strict-null-check') version '3.0.0'
id('se.solrike.sonarlint') version '1.0.0-beta.15'
}

Expand Down Expand Up @@ -52,10 +52,8 @@ sonarlint {
}

strictNullCheck {
versions {
eclipseAnnotations = '2.2.700'
findBugs = '3.0.2'
}
packageInfo.useEclipse()
source.addEclipse()
}

repositories {
Expand All @@ -69,11 +67,6 @@ dependencies {

implementation(localGroovy())
implementation('io.github.joselion:maybe:3.2.0')

testAnnotationProcessor('org.projectlombok:lombok:1.18.28')
testCompileOnly('org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700')
testCompileOnly('org.projectlombok:lombok:1.18.28')
testImplementation('org.mockito:mockito-core:5.5.0')
}

testing {
Expand All @@ -82,7 +75,11 @@ testing {
useJUnitJupiter('5.10.0')

dependencies {
annotationProcessor('org.projectlombok:lombok:1.18.28')
compileOnly('org.projectlombok:lombok:1.18.28')

implementation('org.assertj:assertj-core:3.24.2')
implementation('org.mockito:mockito-core:5.5.0')
}
}

Expand Down Expand Up @@ -128,6 +125,7 @@ gradlePlugin {
'null-check',
'non-null-by-default',
'package-info-generation',
'sonarlint'
])
}
}
Expand Down
5 changes: 3 additions & 2 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1=classpat
com.gradle.publish:plugin-publish-plugin:1.2.1=classpath
io.github.furstenheim:copy_down:1.1=classpath
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.0.1=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:2.3.0=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.0.0=classpath
io.github.joselion:maybe:3.2.0=classpath
io.github.joselion:pretty-jupiter:3.0.1=classpath
io.github.joselion:strict-null-check:2.3.0=classpath
io.github.joselion:strict-null-check:3.0.0=classpath
org.apache.commons:commons-lang3:3.11=classpath
org.apache.commons:commons-text:1.9=classpath
org.apache.maven:maven-model:3.6.3=classpath
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.3//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd">
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd">

<suppressions>
<!-- Tests -->
Expand Down
41 changes: 9 additions & 32 deletions gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.github.javaparser:javaparser-core:3.23.0=codenarc
com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath
com.google.code.findbugs:jsr305:3.0.2=checkstyle
com.google.collections:google-collections:1.0=checkstyle
com.google.errorprone:error_prone_annotations:2.18.0=checkstyle
com.google.guava:failureaccess:1.0.1=checkstyle
com.google.guava:guava:32.0.1-jre=checkstyle
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
com.google.j2objc:j2objc-annotations:2.8=checkstyle
com.puppycrawl.tools:checkstyle:10.12.3=checkstyle
com.thoughtworks.qdox:qdox:1.12.1=codenarc
commons-beanutils:commons-beanutils:1.9.4=checkstyle
commons-codec:commons-codec:1.15=checkstyle
commons-collections:commons-collections:3.2.2=checkstyle
info.picocli:picocli:4.7.4=checkstyle
io.github.joselion:maybe:3.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.14.6=testCompileClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.21=testkitCompileClasspath,testkitRuntimeClasspath
net.bytebuddy:byte-buddy:1.14.6=testCompileClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.14.6=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
net.bytebuddy:byte-buddy:1.14.6=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
net.sf.saxon:Saxon-HE:12.3=checkstyle
org.antlr:antlr4-runtime:4.11.1=checkstyle
org.apache.ant:ant-antlr:1.10.11=codenarc
org.apache.ant:ant-junit:1.10.11=codenarc
org.apache.commons:commons-lang3:3.8.1=checkstyle
org.apache.commons:commons-text:1.3=checkstyle
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
Expand All @@ -35,46 +30,28 @@ org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
org.apache.xbean:xbean-reflect:3.7=checkstyle
org.apiguardian:apiguardian-api:1.1.2=e2eCompileClasspath,testCompileClasspath,testkitCompileClasspath
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath,testkitCompileClasspath
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.checkerframework:checker-qual:3.27.0=checkstyle
org.codehaus.groovy:groovy-ant:3.0.9=codenarc
org.codehaus.groovy:groovy-docgenerator:3.0.9=codenarc
org.codehaus.groovy:groovy-groovydoc:3.0.9=codenarc
org.codehaus.groovy:groovy-json:3.0.9=codenarc
org.codehaus.groovy:groovy-templates:3.0.9=codenarc
org.codehaus.groovy:groovy-xml:3.0.9=codenarc
org.codehaus.groovy:groovy:3.0.13=e2eCompileClasspath,e2eRuntimeClasspath
org.codehaus.groovy:groovy:3.0.9=codenarc
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
org.codenarc:CodeNarc:3.3.0=codenarc
org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600=compileClasspath
org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700=testCompileClasspath
org.gmetrics:GMetrics:2.1.0=codenarc
org.hamcrest:hamcrest:2.2=e2eCompileClasspath,e2eRuntimeClasspath
org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700=compileClasspath,testCompileClasspath,testkitCompileClasspath
org.javassist:javassist:3.28.0-GA=checkstyle
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.10.0=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.10.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter:5.10.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-commons:1.10.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-commons:1.9.0=e2eCompileClasspath,e2eRuntimeClasspath
org.junit.platform:junit-platform-engine:1.10.0=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-engine:1.9.0=e2eCompileClasspath,e2eRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.10.0=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.9.0=e2eRuntimeClasspath
org.junit:junit-bom:5.10.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit:junit-bom:5.9.0=e2eCompileClasspath,e2eRuntimeClasspath
org.mockito:mockito-core:5.5.0=testCompileClasspath,testRuntimeClasspath
org.objenesis:objenesis:3.3=testRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=e2eCompileClasspath,e2eRuntimeClasspath
org.mockito:mockito-core:5.5.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.objenesis:objenesis:3.3=testRuntimeClasspath,testkitRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testkitAnnotationProcessor,testkitCompileClasspath
org.reflections:reflections:0.10.2=checkstyle
org.sonarsource.java:sonar-java-plugin:7.20.0.31692=sonarlintPlugins
org.spockframework:spock-core:2.4-M1-groovy-3.0=e2eCompileClasspath,e2eRuntimeClasspath
org.xmlresolver:xmlresolver:5.2.0=checkstyle
empty=e2eAnnotationProcessor,sonarlint,testkitAnnotationProcessor
empty=sonarlint
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public void apply(final Project project) {
}
});


project
.getExtensions()
.getByType(SourceSetContainer.class)
Expand Down