Skip to content

Commit

Permalink
Detaching py-gradle project
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Dec 9, 2024
1 parent 1b9e596 commit cca42c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 190 deletions.
30 changes: 0 additions & 30 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,3 @@ apply from: "${gradleDir}/versioning.gradle"
apply from: "${gradleDir}/pypi-publish.gradle"
apply from: "${gradleDir}/docker.gradle"
apply from: "${gradleDir}/docgen.gradle"

/* Download and extract the yorevs/py-gradle project ZIP */
tasks.register('pyGradleUpdate') {
group = 'pygradle'
description = 'Download and extract the py-gradle project ZIP'
doLast {
def outFile = "${gradleDir}/py-gradle.zip"
def url = "https://github.com/yorevs/py-gradle/archive/master.zip"
println "Downloading the py-gradle project"
println " From: ${url}"
println " Into: ${outFile}"
mkdir gradleDir
delete fileTree(gradleDir).matching {
include "**/*.gradle"
}
exec {
commandLine 'curl', '-L', '-o', "${outFile}", url
}
copy {
from zipTree("${outFile}")
into "${gradleDir}"
}
copy {
from "${gradleDir}/py-gradle-master/src/main/gradle"
into "${gradleDir}"
include '**/*.gradle'
}
delete "${gradleDir}/py-gradle-master", "${outFile}"
}
}
111 changes: 0 additions & 111 deletions gradle/docker.gradle

This file was deleted.

49 changes: 0 additions & 49 deletions gradle/oracle.gradle

This file was deleted.

0 comments on commit cca42c2

Please sign in to comment.