Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Sep 12, 2020
1 parent 6c33431 commit a36679b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion thymeleaf-layout-dialect-benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
id 'com.github.psxpaul.execfork' version '0.1.12'
}
apply plugin: 'io.spring.dependency-management'
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/3.1.3/gradle-support.gradle'
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/3.2.0/gradle-support.gradle'

description = 'A basic web application to test the performance of the Thymeleaf Layout Dialect'
archivesBaseName = 'thymeleaf-layout-dialect-benchmark'
Expand Down
4 changes: 2 additions & 2 deletions thymeleaf-layout-dialect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ plugins {
id 'distribution'
id 'maven-publish'
}
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/3.1.3/gradle-support.gradle'
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/3.1.3/maven-publish-support.gradle'
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/3.2.0/gradle-support.gradle'
apply from: 'https://raw.githubusercontent.com/ultraq/gradle-support/3.2.0/maven-publish-support.gradle'

description = 'A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content.'
sourceCompatibility = 1.7
Expand Down

0 comments on commit a36679b

Please sign in to comment.