Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created May 18, 2019 09:37
Embed
What would you like to do?
build.gradle
distributions {
main {
contents {
from 'server', {
into 'bin/server'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment