Skip to content

Commit

Permalink
fix bug on method withResources
Browse files Browse the repository at this point in the history
  • Loading branch information
BalbinoOrtus committed Oct 27, 2021
1 parent a8918df commit 6bbfb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfml/system/util/CompileDSL.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ component accessors=true {
function withResources( string resourcesPath ) {
//if it has a resourcefolder it uses that one
//if its empty then use src\main\resources
setResourcePath( fileSystemutil.resolvePath( resourcePath, getProjectRoot() ) )
setResourcePath( fileSystemutil.resolvePath( resourcesPath, getProjectRoot() ) )
}

function toFatJar( ) {
Expand Down

0 comments on commit 6bbfb2b

Please sign in to comment.