Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disabled sourceforge distribution
  • Loading branch information
benfortuna committed Apr 9, 2021
1 parent 6bd8b63 commit d4f87fa
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions build.gradle
@@ -1,13 +1,13 @@
import aQute.bnd.gradle.Bundle

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'
}
}
//buildscript {
// repositories {
// mavenCentral()
// }
// dependencies {
// classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'
// }
//}

plugins {
id 'pl.allegro.tech.build.axion-release' version '1.13.1'
Expand All @@ -23,9 +23,8 @@ apply plugin: 'groovy'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'
apply plugin: 'signing'
apply plugin: 'pl.allegro.tech.build.axion-release'
apply plugin: 'nebula.optional-base'
apply from: 'gradle/dist.gradle'
//apply from: 'gradle/dist.gradle'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit d4f87fa

Please sign in to comment.