https://pantsbuild.org/ logo
#general
Title
# general
h

hundreds-fireman-76561

02/22/2017, 4:41 PM
Copy code
// Resource file
resources(
    name = 'appconfig',
    sources = ['application.conf'],
    dependencies = [
    ],
)

// Main build file
resources = [
    'src/resources/com/foo/main:appconfig',
  ],