Skip to content

Commit

Permalink
Cleanup Extra lines and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Nov 20, 2023
1 parent 736b3aa commit 7ef9f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions examples/pubsub-demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
plugins {

id 'application'
id 'groovy'

id 'org.grails.grails-web'
id 'org.grails.plugins.views-json'

}

group = 'pubsub.demo'
Expand Down
7 changes: 0 additions & 7 deletions grails-async-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
plugins {

id 'groovy'
id 'java-library'

id 'maven-publish'
id 'signing'

}

group = 'org.grails'

dependencies {

implementation libs.groovy

implementation libs.javax.annotation.api
implementation libs.slf4j.api

testImplementation libs.spock.core

}

apply from: file("$rootProject.projectDir/gradle/java-config.gradle")
Expand Down

0 comments on commit 7ef9f85

Please sign in to comment.