ilbets
ilbets

Reputation: 768

Gradle: keyword `cvs` not allowed in java package name

I tried to create an Android project with package com.cvs.app and Gradle is crashing during the build. If I remove cvs from the package - works fine.

Note: cvs in the package works fine with Gradle version 3.2 and lower.

  1. Is there a list of prohibited keywords in Gradle?
  2. Can I overcome this limitation somehow?

Upvotes: 2

Views: 84

Answers (1)

ilbets
ilbets

Reputation: 768

As @Martheen mentioned in comments - this is a knows issue in Gradle - github.com/gradle/gradle/issues/5321

Seems to be resolved in 4.0.10

Upvotes: 1

Related Questions