Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'build.gradle.kts' should be 'build.gradle' in java API download #109

Open
Techi-Joe opened this issue Dec 24, 2020 · 0 comments
Open

'build.gradle.kts' should be 'build.gradle' in java API download #109

Techi-Joe opened this issue Dec 24, 2020 · 0 comments

Comments

@Techi-Joe
Copy link

(Please fill out these details before submitting an issue)

Sample Name

(i.e. Gmail Quickstart)
google classroom quickstart (java)

###context
Was following instructions in https://developers.google.com/classroom/quickstart/java, however the program would fail to build in step 2.

Expected Behavior

when running:

gradle init --type basic

and

mkdir -p src/main/java src/main/resources

and

gradle run

expected program to build and then run and create token file

Actual Behavior

Build failed; due to 'build.gradle.kts' not being the correct file type. When I renamed it to simply be 'build.gradle', Quickstart would build and run correctly.

Specifications

  • Java version: 14.0.2
  • OS: Manjaro Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant