spidru / JGribX

Java GRIB-1/GRIB-2 decoder
MIT License
34 stars 14 forks source link

Move directory structure to the gradle standard #4

Closed pavelber closed 4 years ago

pavelber commented 5 years ago

It means create "java" folder under "main" Otherwise gradle build creates empty jar

pavelber commented 4 years ago

Now gradle build is not working. Just create 'java' dir under src/main and move 'mt' dir (package) to it

spidru commented 4 years ago

Hi @pavelber,

Sorry for the delay, I've been trying out some stuff with gradle when I get the chance. It seems that moving everything into a "java" directory causes the following exception:

java.lang.SecurityException: Prohibited package name: java.mt.edu.um.cf2.jgribx

Have you encountered this issue?

pavelber commented 4 years ago

I'll try to make a pull request

spidru commented 4 years ago

Resolved by #9, so I'll close this issue.