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
distributions { | |
main { | |
contents { | |
from 'server', { | |
into 'bin/server' | |
} | |
} | |
} | |
} |