I hereby claim:
- I am mach6 on github.
- I am dsimmons (https://keybase.io/dsimmons) on keybase.
- I have a public key ASCXWODF391UNjHJbfdnmwvy75_BxrliYbWPth9DUXH3Lgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # ---------------------------------------------------------------------------------------------------------------------\ | |
| # Copyright (C) 2016 Doug Simmons | | |
| # | | |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance | | |
| # with the License. | | |
| # | | |
| # You may obtain a copy of the License at | | |
| # | | |
| # http://www.apache.org/licenses/LICE |
| apply plugin: 'java' | |
| apply plugin: 'maven' | |
| group = 'net.mach6' | |
| version = '1.0.0-SNAPSHOT' | |
| description = "MySeLionProject" | |
| sourceCompatibility = 1.7 | |
| targetCompatibility = 1.7 |
| #!/bin/bash | |
| # ---------------------------------------------------------------------------------------------------------------------\ | |
| # Copyright (C) 2016 Doug Simmons | | |
| # | | |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance | | |
| # with the License. | | |
| # | | |
| # You may obtain a copy of the License at | | |
| # | | |
| # http://www.apache.org/licenses/LICE |