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 c2046ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 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 Down

0 comments on commit c2046ff

Please sign in to comment.