Skip to content

Commit

Permalink
Update skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 19, 2024
1 parent 1803e07 commit ddbd18f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ publishing {

from components.java

afterEvaluate {
artifact source: "${project.buildDir}/classes/profile/META-INF/grails-profile/profile.yml",
classifier: 'profile',
extension: 'yml'
}
pom {
name = "My Profile"
description = "A profile for Web applications"
Expand Down
2 changes: 1 addition & 1 deletion skeleton/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=0.0.1-SNAPSHOT
baseVersion=2022.2.5
baseVersion=2022.2.6
graceVersion[email protected]@
groovyVersion[email protected]@

0 comments on commit ddbd18f

Please sign in to comment.