excelsior-oss / excelsior-jet-gradle-plugin

Excelsior JET Gradle Plugin provides Gradle users with an easy way to compile their applications down to optimized native Windows, OS X, or Linux executables with Excelsior JET http://www.excelsiorjet.com
GNU General Public License v3.0
26 stars 6 forks source link

Pack "none" should be set for directories #25

Closed cypok closed 7 years ago

cypok commented 7 years ago

Section "Resource Packing" of the documentation contains code sample

dependencies {
   dependency {
        path = new File(project.projectDir, "target/extra-resources")
        packagePath = 'my-extra-files'
   }
}

It does not work without explicit specifying pack = 'none'.

pjBooms commented 7 years ago

Fixed in 1.0.0 release