Itiviti / gradle-nuget-plugin

Executes NuGet from a gradle build
Apache License 2.0
22 stars 29 forks source link

Gradle 7.0 - No such property: UPLOAD_GROUP #84

Closed milbrandt closed 3 years ago

milbrandt commented 3 years ago

Upgraded from Gradle 6.8.3 to 7.0. Already a gradlew tasks fails with

* What went wrong:
An exception occurred applying plugin request [id: 'com.ullink.nuget', version: '2.22']
> Failed to apply plugin 'com.ullink.nuget'.
   > No such property: UPLOAD_GROUP for class: org.gradle.api.plugins.BasePlugin

The simplistic build.gradle file does nothing:

plugins {
  id 'java-library'
    id "com.ullink.nuget" version "2.22"
}
ngyukman commented 3 years ago

hi @milbrandt, 2.23 has been released for the compatibility with gradle 7.0