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
I was using 'nebula.ospackage' plugin and everything works fine:
plugins {
id 'nebula.ospackage' version '9.1.1'
}
However, I need to upgrade 8.0.2 and the plugin doesn't work with gradle 8.0.2. Unfortunately, there is no 11.0.0 version for 'nebula.ospackage', I only found id 'com.netflix.nebula.ospackage' version '11.0.0'.
But with id 'com.netflix.nebula.ospackage' version '11.0.0', it didn't give me any error, but no .deb file is created.
The text was updated successfully, but these errors were encountered:
I was using 'nebula.ospackage' plugin and everything works fine:
However, I need to upgrade 8.0.2 and the plugin doesn't work with gradle 8.0.2. Unfortunately, there is no 11.0.0 version for 'nebula.ospackage', I only found
id 'com.netflix.nebula.ospackage' version '11.0.0'
.But with
id 'com.netflix.nebula.ospackage' version '11.0.0'
, it didn't give me any error, but no .deb file is created.The text was updated successfully, but these errors were encountered: