Skip to content

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

@Adam-Color

Description

@Adam-Color

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions