You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified the build.gradle file by adding an entry in the ant-block to
load either the Windows or Linux GDAL properties file based on whether
we are running in Windows or not. The dependencies clause was also
modified by adding a check to see if the "systemGDAL" property was
specified as a property on the command-line during a build. If this was
the case then the GDAL jar on the system will be used during the build,
else the default published one will be used from the maven-central or
jcenter repositories.
0 commit comments