File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ repositories {
55}
66
77dependencies {
8+ implementation " io.github.gradle-nexus:publish-plugin:2.0.0"
89 implementation " org.graceframework:grace-gradle-plugin:2023.0.3"
910 implementation " org.graceframework.plugins:asset-pipeline-gradle:6.0.1"
1011 implementation " org.graceframework.plugins:database-migration:6.0.1"
1112 implementation " com.github.erdi:webdriver-binaries-gradle-plugin:3.2"
12- implementation " io.github.gradle-nexus:publish-plugin:2.0.0"
1313}
Original file line number Diff line number Diff line change 1- buildscript {
2- repositories {
3- mavenCentral()
4- }
1+ plugins {
2+ id " eclipse"
3+ id " idea"
4+ id " groovy"
5+ id " org.graceframework.grace-plugin"
6+ id " maven-publish"
7+ id " signing"
58}
69
710ext. " signing.keyId" = project. hasProperty(" signing.keyId" ) ? project. getProperty(' signing.keyId' ) : System . getenv(' SIGNING_KEY' )
@@ -12,13 +15,6 @@ ext.isReleaseVersion = !projectVersion.endsWith("SNAPSHOT")
1215version projectVersion
1316group " org.graceframework.plugins"
1417
15- apply plugin : " eclipse"
16- apply plugin : " idea"
17- apply plugin : " groovy"
18- apply plugin : " org.graceframework.grace-plugin"
19- apply plugin : " maven-publish"
20- apply plugin : " signing"
21-
2218repositories {
2319 mavenCentral()
2420 maven {
You can’t perform that action at this time.
0 commit comments