Skip to content

Commit

Permalink
minor refactor: use later gradle syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 4, 2024
1 parent 820f101 commit bb56cc1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ dependencies {
def docGDK = tasks.register('docGDK', DocGDK) {
classpath.from configurations.docgeneratorTool
classes.set(distributionExtension.docgeneratorClasses)
resources.from projects.groovyDocgenerator.dependencyProject.file('src/main/resources/org/apache/groovy/docgenerator/groovy.ico')
resources.from projects.groovyDocgenerator.dependencyProject.file('src/main/resources/org/apache/groovy/docgenerator/stylesheet.css')
resources.from project.project(projects.groovyDocgenerator.path).file('src/main/resources/org/apache/groovy/docgenerator/groovy.ico')
resources.from project.project(projects.groovyDocgenerator.path).file('src/main/resources/org/apache/groovy/docgenerator/stylesheet.css')
}

def distBin = tasks.register('distBin', Zip) {
Expand Down

0 comments on commit bb56cc1

Please sign in to comment.