Skip to content

Commit

Permalink
Configure jbake plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Jun 1, 2022
1 parent 72c4bf9 commit 765402b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'commons-configuration:commons-configuration:1.10'
}
}

plugins {
id 'org.jbake.site' version '5.5.0'
}

wrapper {
gradleVersion = '7.3'
}

0 comments on commit 765402b

Please sign in to comment.