Skip to content

Commit 157f217

Browse files
author
Quintin Willison
committed
Simplify our root project file, using more modern Gradle syntax.
1 parent bbf2560 commit 157f217

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

build.gradle

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

3-
repositories {
4-
google()
3+
plugins {
4+
id 'io.codearte.nexus-staging' version '0.21.1'
55
}
6-
buildscript {
7-
repositories {
8-
google()
9-
mavenCentral()
10-
}
11-
dependencies {
12-
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1'
13-
}
6+
7+
repositories {
8+
google()
9+
mavenCentral()
1410
}
15-
apply plugin: 'io.codearte.nexus-staging'
1611

1712
nexusStaging {
1813
packageGroup = "io.ably"

0 commit comments

Comments
 (0)