Skip to content

Commit

Permalink
Merge branch 'master' into chore/sc-134473-ignore-attributes-with-nul…
Browse files Browse the repository at this point in the history
…l-value
  • Loading branch information
sbessah87 committed Jul 19, 2024
2 parents 6909481 + 512bc33 commit 85f1c33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:$grgitVersion")
}
}

plugins {
id 'org.kordamp.gradle.guide'
id 'org.ajoberstar.git-publish'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ projectReactorVersion = 3.4.18
micronautVersion = 4.2.0
micronautGradlePluginVersion = 4.2.0
micronautGrailsVersion=3.1.0-micronaut-1.0
grgitVersion=5.0.0
spockVersion=2.0-groovy-2.5

0 comments on commit 85f1c33

Please sign in to comment.