Skip to content

Commit

Permalink
Removing plantuml dependencies that cause build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaneg committed Jan 12, 2022
1 parent b0dc3f1 commit 523cd61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
6 changes: 0 additions & 6 deletions lisa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,13 @@ buildscript {
classpath 'org.ajoberstar.grgit:grgit-core:4.0.2'
classpath 'org.ajoberstar.grgit:grgit-gradle:4.0.2'

classpath 'com.github.roroche:plantuml-gradle-plugin:1.0.2'
classpath 'gradle.plugin.org.fmiw:plantuml-gradle-plugin:0.1'

classpath 'com.diffplug.spotless:spotless-plugin-gradle:5.15.0'
}
}

subprojects {
apply plugin: 'java-library'
apply plugin: 'eclipse'
apply plugin: 'com.github.roroche.plantuml' // generation of plantuml from source code (visualization: https://www.planttext.com/)
apply plugin: 'org.fmiw.plantuml' // plantuml to png
apply plugin: 'org.ajoberstar.grgit' // parse git information during the build
apply plugin: 'com.diffplug.spotless' // code formatting task
apply plugin: 'checkstyle' // javadoc checking - coding conventions
Expand All @@ -78,7 +73,6 @@ subprojects {
apply plugin: 'jacoco' // coverage reports

apply from: "${project.rootDir}/code-style.gradle"
apply from: "${project.rootDir}/doc-extra.gradle"
apply from: "${project.rootDir}/java.gradle"
apply from: "${project.rootDir}/publishing.gradle"
}
50 changes: 0 additions & 50 deletions lisa/doc-extra.gradle

This file was deleted.

0 comments on commit 523cd61

Please sign in to comment.