Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 354 Bytes

File metadata and controls

25 lines (17 loc) · 354 Bytes

JavaWZastosowaniachProdukcyjnych

Part 1

To build a fat-jar run:

gradle task customFatJar

Part 2

This repository contains different solutions based of given command:

Run:

gradle clean build -Pprofile=dev

or

gradle clean build -Pprofile=anythingElse

*For better results run gradle clean,before every build.