Updated PlantUML to 1.2024.4 (nixpkgs 24.05)
1 parent 24167d6 commit 5aa78d6fa797eb9df09e440a8067150a77e204f8
Nigel Stanger authored on 17 Jun
Showing 1 changed file
View
3
■■
buildSrc/build.gradle
// https://mvnrepository.com/artifact/org.danilopianini/gradle-latex
implementation "org.danilopianini:gradle-latex:0.2.7" // as of 2021-12-02
 
// https://mvnrepository.com/artifact/net.sourceforge.plantuml/plantuml
implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2022.1'
implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2024.4'
 
// https://mvnrepository.com/artifact/commons-io/commons-io
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
 
 
// compileJava {
// options.compilerArgs << '-Xlint:unchecked'
// }