Skip to content

chore(deps): Bump ca.cutterslade.analyze from 1.10.0 to 2.0.0 #1289

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
activemq = "6.1.6"
cutterslade-analyze = "1.10.0"
cutterslade-analyze = "2.0.0"
docker-spring-boot = "9.4.0"
gradle-nexus-publish-plugin = "2.0.0"
io-awspring-cloud = "3.3.0"
Expand Down
11 changes: 11 additions & 0 deletions springwolf-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ publishing {
}
}
}

gradle.taskGraph.whenReady {taskGraph ->
println "Found task graph: " + taskGraph
println "Found " + taskGraph.allTasks.size() + " tasks."
taskGraph.allTasks.forEach { task ->
println task
task.dependsOn.forEach { dep ->
println " - " + dep
}
}
}
71 changes: 71 additions & 0 deletions tasks-previous.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Found 36 tasks.
task ':springwolf-asyncapi:compileJava'
task ':springwolf-asyncapi:processResources'
task ':springwolf-asyncapi:classes'
- compileJava
- processResources
- main dirs
task ':springwolf-asyncapi:jar'
task ':springwolf-core:compileJava'
task ':springwolf-core:processResources'
task ':springwolf-core:classes'
- compileJava
- main dirs
- processResources
task ':springwolf-core:resolveMainClassName'
task ':springwolf-core:bootJar'
task ':springwolf-core:jar'
task ':springwolf-core:javadoc'
task ':springwolf-core:javadocJar'
task ':springwolf-core:sourcesJar'
task ':springwolf-core:assemble'
- provider(task 'javadocJar', class org.gradle.api.tasks.bundling.Jar)
- provider(task 'sourcesJar', class org.gradle.api.tasks.bundling.Jar)
- org.gradle.api.internal.tasks.DefaultTaskDependency@60d2108f
- org.springframework.boot.gradle.plugin.SinglePublishedArtifact@78441089
task ':springwolf-core:analyzeClassesDependencies'
task ':springwolf-core:compileTestJava'
task ':springwolf-core:analyzeTestClassesDependencies'
task ':springwolf-core:analyzeDependencies'
- provider(task 'analyzeTestClassesDependencies', class ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask)
- provider(task 'analyzeClassesDependencies', class ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask)
task ':spotlessInternalRegisterDependencies'
task ':springwolf-core:spotlessJava'
- task ':spotlessInternalRegisterDependencies'
task ':springwolf-core:spotlessJavaApply'
- provider(task 'spotlessJava', class com.diffplug.gradle.spotless.SpotlessTaskImpl)
task ':springwolf-core:spotlessJavaCheck'
- task ':springwolf-core:spotlessJava'
task ':springwolf-core:spotlessKotlin'
- task ':spotlessInternalRegisterDependencies'
task ':springwolf-core:spotlessKotlinApply'
- provider(task 'spotlessKotlin', class com.diffplug.gradle.spotless.SpotlessTaskImpl)
task ':springwolf-core:spotlessKotlinCheck'
- task ':springwolf-core:spotlessKotlin'
task ':springwolf-core:spotlessCheck'
- provider(task 'spotlessKotlinCheck', class com.diffplug.gradle.spotless.SpotlessCheck)
- provider(task 'spotlessJavaCheck', class com.diffplug.gradle.spotless.SpotlessCheck)
task ':springwolf-core:spotlessApply'
- provider(task 'spotlessJavaApply', class com.diffplug.gradle.spotless.SpotlessApply)
- provider(task 'spotlessKotlinApply', class com.diffplug.gradle.spotless.SpotlessApply)
task ':springwolf-core:processTestResources'
task ':springwolf-core:testClasses'
- processTestResources
- test dirs
- compileTestJava
task ':springwolf-add-ons:springwolf-common-model-converters:compileJava'
task ':springwolf-add-ons:springwolf-common-model-converters:processResources'
task ':springwolf-add-ons:springwolf-common-model-converters:classes'
- main dirs
- compileJava
- processResources
task ':springwolf-add-ons:springwolf-common-model-converters:jar'
task ':springwolf-core:test'
- task ':springwolf-core:spotlessApply'
task ':springwolf-core:check'
- provider(task 'analyzeDependencies', class org.gradle.api.DefaultTask)
- provider(task 'spotlessCheck', class org.gradle.api.DefaultTask)
- provider(TestSuite 'test', interface org.gradle.api.plugins.jvm.JvmTestSuite)
task ':springwolf-core:build'
- check
- assemble
94 changes: 94 additions & 0 deletions tasks-updated.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
Found 40 tasks.
task ':springwolf-asyncapi:compileJava'
task ':springwolf-asyncapi:processResources'
task ':springwolf-asyncapi:classes'
- main dirs
- compileJava
- processResources
task ':springwolf-asyncapi:jar'
task ':springwolf-core:compileJava'
task ':springwolf-core:processResources'
task ':springwolf-core:classes'
- main dirs
- compileJava
- processResources
task ':springwolf-core:resolveMainClassName'
task ':springwolf-core:bootJar'
task ':springwolf-core:jar'
task ':springwolf-core:javadoc'
task ':springwolf-core:javadocJar'
task ':springwolf-core:sourcesJar'
task ':springwolf-core:assemble'
- org.gradle.api.internal.tasks.DefaultTaskDependency@6f9575b4
- provider(task 'javadocJar', class org.gradle.api.tasks.bundling.Jar)
- org.springframework.boot.gradle.plugin.SinglePublishedArtifact@6ea98f1e
- provider(task 'sourcesJar', class org.gradle.api.tasks.bundling.Jar)
task ':springwolf-core:compileTestJava'
task ':springwolf-core:processTestResources'
task ':springwolf-core:testClasses'
- test dirs
- processTestResources
- compileTestJava
task ':springwolf-core:resolveTestMainClassName'
task ':springwolf-add-ons:springwolf-common-model-converters:compileJava'
task ':springwolf-add-ons:springwolf-common-model-converters:processResources'
task ':springwolf-add-ons:springwolf-common-model-converters:classes'
- compileJava
- main dirs
- processResources
task ':springwolf-add-ons:springwolf-common-model-converters:jar'
task ':springwolf-core:bootTestRun'
task ':spotlessInternalRegisterDependencies'
task ':springwolf-core:spotlessJava'
- task ':spotlessInternalRegisterDependencies'
task ':springwolf-core:spotlessJavaApply'
- provider(task 'spotlessJava', class com.diffplug.gradle.spotless.SpotlessTaskImpl)
task ':springwolf-core:spotlessKotlin'
- task ':spotlessInternalRegisterDependencies'
task ':springwolf-core:spotlessKotlinApply'
- provider(task 'spotlessKotlin', class com.diffplug.gradle.spotless.SpotlessTaskImpl)
task ':springwolf-core:spotlessApply'
- provider(task 'spotlessKotlinApply', class com.diffplug.gradle.spotless.SpotlessApply)
- provider(task 'spotlessJavaApply', class com.diffplug.gradle.spotless.SpotlessApply)
task ':springwolf-core:integrationTest'
- task ':springwolf-core:spotlessApply'
task ':springwolf-core:test'
- task ':springwolf-core:spotlessApply'
task ':springwolf-core:unitTest'
- task ':springwolf-core:spotlessApply'
task ':springwolf-core:analyzeClassesDependencies'
- processTestResources
- resolveTestMainClassName
- test
- provider(task 'jar', class org.gradle.api.tasks.bundling.Jar)
- classes
- unitTest
- compileJava
- jar
- integrationTest
- compileTestJava
- testClasses
- bootTestRun
task ':springwolf-core:analyzeTestClassesDependencies'
- provider(task 'analyzeClassesDependencies', class ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask)
- provider(task 'jar', class org.gradle.api.tasks.bundling.Jar)
- jar
- compileTestJava
- testClasses
task ':springwolf-core:analyzeDependencies'
- provider(task 'analyzeClassesDependencies', class ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask)
- provider(task 'analyzeTestClassesDependencies', class ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask)
task ':springwolf-core:spotlessJavaCheck'
- task ':springwolf-core:spotlessJava'
task ':springwolf-core:spotlessKotlinCheck'
- task ':springwolf-core:spotlessKotlin'
task ':springwolf-core:spotlessCheck'
- provider(task 'spotlessKotlinCheck', class com.diffplug.gradle.spotless.SpotlessCheck)
- provider(task 'spotlessJavaCheck', class com.diffplug.gradle.spotless.SpotlessCheck)
task ':springwolf-core:check'
- provider(TestSuite 'test', interface org.gradle.api.plugins.jvm.JvmTestSuite)
- provider(task 'analyzeDependencies', class org.gradle.api.DefaultTask)
- provider(task 'spotlessCheck', class org.gradle.api.DefaultTask)
task ':springwolf-core:build'
- check
- assemble
Loading