Skip to content

Commit

Permalink
Rename "Bootiful Builds" article
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Apr 7, 2024
1 parent 44533eb commit 11d6c7a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Bootiful Builds — Gradle Tips for Spring Boot Projects
summary: A look at the latest features and general best practices for building "bootiful" Spring Boot projects with Gradle.
title: Bootiful Builds — Best Practices for Building Spring Boot Apps with Gradle
summary: A look at the latest features and general best practices for building "bootiful" Spring Boot projects apps Gradle.
categories: [ Gradle ]
tags: [ gradle, spring, spring-boot, spring-initializr, build-optimization, best-practices ]
date: 2024-03-31T00:00:00-06:00
Expand Down
2 changes: 1 addition & 1 deletion blog/site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
hugoPost(projects.blog.posts.bootifulBuildsGradleTipsForSpringBoot)
hugoPost(projects.blog.posts.bootifulBuildsBestPracticesSpringBootGradle)
hugoPost(projects.blog.posts.workAvoidanceWithGradle)
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ develocity {
}

include(":blog:site")
include(":blog:posts:bootiful-builds-gradle-tips-for-spring-boot")
include(":blog:posts:bootiful-builds-best-practices-spring-boot-gradle")
include(":blog:posts:work-avoidance-with-gradle")

rootProject.name = "erichaagdev"

0 comments on commit 11d6c7a

Please sign in to comment.