Skip to content

Commit

Permalink
Prepare gradle build for migration to another CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Apr 22, 2020
1 parent 5bbba22 commit 6ae3127
Show file tree
Hide file tree
Showing 68 changed files with 1,452 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'idea'

idea {
project {
languageLevel = 'JDK_1_7'
languageLevel = 'JDK_1_8'
}
}

Expand Down
16 changes: 0 additions & 16 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ apply plugin: 'groovy'
repositories {
//mavenLocal()
mavenCentral()
maven {
url 'http://nexus.rehlds.org/nexus/content/repositories/regamedll-releases/'
}
maven {
url 'http://nexus.rehlds.org/nexus/content/repositories/regamedll-snapshots/'
}
maven {
url 'http://nexus.rehlds.org/nexus/content/repositories/regamedll-dev/'
}

}

dependencies {
Expand All @@ -22,12 +12,6 @@ dependencies {
compile 'commons-lang:commons-lang:2.6'
compile 'joda-time:joda-time:2.7'

compile 'org.doomedsociety.gradlecpp:gradle-cpp-plugin:1.2'
compile 'org.eclipse.jgit:org.eclipse.jgit:3.7.0.201502260915-r'

compile 'org.apache.commons:commons-compress:1.9'
compile 'org.apache.ant:ant-compress:1.2'
compile 'org.apache.ant:ant:1.9.6'

compile 'org.apache.velocity:velocity:1.7'
}

This file was deleted.

60 changes: 0 additions & 60 deletions buildSrc/src/main/groovy/dirsync/builder/FileTreeMerger.groovy

This file was deleted.

22 changes: 0 additions & 22 deletions buildSrc/src/main/groovy/dirsync/builder/PostBuildPass.groovy

This file was deleted.

53 changes: 0 additions & 53 deletions buildSrc/src/main/groovy/dirsync/builder/ZipTreeBuilder.groovy

This file was deleted.

97 changes: 0 additions & 97 deletions buildSrc/src/main/groovy/dirsync/merger/FileTreeComparator.groovy

This file was deleted.

Loading

0 comments on commit 6ae3127

Please sign in to comment.