Skip to content

Commit

Permalink
Add artifact profile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 11, 2024
1 parent 7f01f80 commit 5b5fa4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ publishing {

from components.java

afterEvaluate {
artifact source: "${project.buildDir}/classes/profile/META-INF/grails-profile/profile.yml",
classifier: 'profile',
extension: 'yml'
}
pom {
name = "Grace Profile Profile"
description = "A Grace profile to create profile."
Expand Down

0 comments on commit 5b5fa4a

Please sign in to comment.