diff --git a/build.gradle b/build.gradle index 51e191f..86f2d36 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }