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
//Set env variable AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY if not adding a properties file
println("aws.properties found and parsed!")
} catch (FileNotFoundException e) {
println("aws.properties not found, publishing will not work without this unless AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables are set.")