mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
removed release plugin
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
plugins {
|
|
||||||
id 'nebula.nebula-release' version '2.2.5'
|
|
||||||
}
|
|
||||||
|
|
||||||
apply plugin: "java"
|
apply plugin: "java"
|
||||||
apply plugin: "maven"
|
apply plugin: "maven"
|
||||||
apply plugin: "signing"
|
apply plugin: "signing"
|
||||||
apply plugin: "osgi"
|
apply plugin: "osgi"
|
||||||
|
|
||||||
group = "com.hierynomus"
|
group = "com.hierynomus"
|
||||||
version = "0.12.0-SNAPSHOT"
|
version = "0.12.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
Reference in New Issue
Block a user