Brand new empty project won't build to device with gpgs.v2 plugin

So I created a brand new empty project and built an android .apk file.  No issues.

I added the following lines to build.settings: 

 plugins = { ["plugin.gpgs.v2"] = { publisherId = "com.coronalabs", supportedPlatforms = { ["android"]=true } }, },

Now the build fails with an error of 

9  Exception in thread “DisconnectableInputStream source reader” org.gradle.api.UncheckedIOException: java.io.IOException: Access is denied  

and  

  ERROR: configuring ‘shared.google.play.services.games_com.coronalabs’ failed!

Can someone help me out?  Why am I getting access denied when just trying to include a plugin?

Which build of Corona? You’ll need a recent daily build.

And make sure you have Java JDK 1.8 installed.

Rob

2019.12.1             So every time I try to include gpgs.v2 plugin on an old version it’s going to fail the build?

Just downloaded the latest daily build and I get the same error.   

My jdk is 13.0.1.      That should be recent enough right, Rob?

11:16:04.918  * Where:

11:16:04.918  Build file ‘C:\Users\Nelson\AppData\Local\Temp\Corona Labs\CLtmpa01320\template\app\build.gradle.kts’ line: 275

Seems like the error has something to do with this build.gradle.kts  file but I have no idea what that’s about. 

Android Gradle builds require Java JDK 1.8. JDK 13 will not work. You will need to downgrade to 1.8

I’m not sure (without digging) what version of Corona you’re using. We normally use a number scheme like 2019.3563 or something like that. You’re using a slightly older version. I recommend getting the latest daily build:

https://developer.coronalabs.com/downloads/daily-builds/

I’m using 2019.3565          Just got the most recent daily build. 

Regarding downgrading to 1.8:

1)  On oracles website I only see Java SE 8.  Is that the same as 1.8 or do I need to be looking somewhere else?

  1. Do I need to be worried that downgrading might cause other issues that are currently working fine with the app?

Can we use it except android SDK?