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
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
The text was updated successfully, but these errors were encountered:
(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
The text was updated successfully, but these errors were encountered: