active-directory-b2c-android-native-appauth icon indicating copy to clipboard operation
active-directory-b2c-android-native-appauth copied to clipboard

Not able to build Integrate_Azure_AD_B2C_into_an_Android_application

Open Sanjay-Katagihallimath opened this issue 4 years ago • 0 comments

Build file '/Users/Integrate_Azure_AD_B2C_into_an_Android_application/build.gradle' line: 29

A problem occurred evaluating root project 'Integrate_Azure_AD_B2C_into_an_Android_application'.

/Users/Integrate_Azure_AD_B2C_into_an_Android_application/config (Is a directory)

Check below Line number 29. Where it is showing error.

29 def grgit = org.ajoberstar.grgit.Grgit.open(dir: '.') 30 def lastCommit = grgit.head()

32 project.ext.versionNum = grgit.log(includes:['HEAD']).size() 33 project.ext.versionName = grgit.describe() 34 project.ext.versionDate = lastCommit.getDate() 35 if (project.ext.versionName == null) { 36 project.ext.versionNme = 'DEV' 37}

Sanjay-Katagihallimath avatar May 25 '21 13:05 Sanjay-Katagihallimath