Skip to content

Commit

Permalink
Fixed JitPack builds (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Oct 6, 2021
1 parent 959d7a5 commit 36fa04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions cpg-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("org.jetbrains.kotlin:kotlin-reflect")

if(project.hasProperty("experimentalPython")) {
// jep for python support
api("black.ninia:jep:4.0.0")
}
// jep for python support
api("black.ninia:jep:4.0.0")

// JUnit
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jdk:
- openjdk11
install:
- ./gradlew build -xtest -Pgroup=com.github.Fraunhofer-AISEC -PnodeDownload=true -PexperimentalTypeScript publishToMavenLocal
- ./gradlew build -xtest -Pgroup=com.github.Fraunhofer-AISEC -PnodeDownload=true -PexperimentalTypeScript -PexperimentalPython publishToMavenLocal

0 comments on commit 36fa04e

Please sign in to comment.