File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- repositories {
3- mavenCentral()
2+ repositories {
3+ mavenCentral()
44 gradlePluginPortal()
5- }
6- dependencies {
7- classpath " org.graceframework:grace-gradle-plugin:$graceVersion "
5+ }
6+ dependencies {
7+ classpath " org.graceframework:grace-gradle-plugin:$graceVersion "
88 classpath " io.github.gradle-nexus:publish-plugin:1.3.0"
99 classpath " org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
1010 classpath " org.liquibase:liquibase-core:$liquibaseVersion "
1111 classpath " org.hibernate:hibernate-core-jakarta:$HibernateCoreVersion "
12- }
12+ }
1313}
1414
1515ext. " signing.keyId" = project. hasProperty(" signing.keyId" ) ? project. getProperty(' signing.keyId' ) : System . getenv(' SIGNING_KEY' )
@@ -31,7 +31,7 @@ apply plugin: "signing"
3131apply plugin : " org.asciidoctor.jvm.convert"
3232
3333repositories {
34- mavenCentral()
34+ mavenCentral()
3535}
3636
3737configurations {
@@ -77,7 +77,7 @@ dependencies {
7777 testImplementation ' com.h2database:h2:1.4.200'
7878
7979 documentation " org.fusesource.jansi:jansi:1.18"
80- documentation " com.github.javaparser:javaparser-core:3.15.14"
80+ documentation " com.github.javaparser:javaparser-core:3.15.14"
8181 documentation " org.apache.groovy:groovy:$groovyVersion "
8282 documentation " org.apache.groovy:groovy-ant:$groovyVersion "
8383 documentation " org.apache.groovy:groovy-templates:$groovyVersion "
You can’t perform that action at this time.
0 commit comments