Skip to content

Commit

Permalink
Do not build test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Apr 20, 2024
1 parent 8509969 commit 034d7a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions plugins/cottontail-adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ delombok {
dependsOn(":plugins:sql-language:processResources")
}

inspectClassesForKotlinIC {
/*inspectClassesForKotlinIC {
dependsOn(":plugins:cottontail-adapter:compileTestKotlin")
}
plugin {
dependsOn(":plugins:cottontail-adapter:compileTestKotlin")
}
}*/

test.dependsOn(":dbms:shadowJar")

Expand Down Expand Up @@ -89,15 +89,15 @@ jar {
attributes "Copyright": "The Polypheny Project (polypheny.org)"
attributes "Version": "$project.version"
}
dependsOn(":plugins:cottontail-adapter:compileTestKotlin")
//dependsOn(":plugins:cottontail-adapter:compileTestKotlin")
}
java {
withJavadocJar()
withSourcesJar()
}

javadoc {
dependsOn(":plugins:cottontail-adapter:compileTestKotlin")
//dependsOn(":plugins:cottontail-adapter:compileTestKotlin")
}

licensee {
Expand Down
4 changes: 2 additions & 2 deletions plugins/http-interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ delombok {
}

javadoc {
dependsOn(":plugins:http-interface:compileTestJava")
//dependsOn(":plugins:http-interface:compileTestJava")
}


Expand All @@ -48,7 +48,7 @@ jar {
attributes "Copyright": "The Polypheny Project (polypheny.org)"
attributes "Version": "$project.version"
}
dependsOn(compileTestJava)
//dependsOn(compileTestJava)
}
java {
withJavadocJar()
Expand Down

0 comments on commit 034d7a4

Please sign in to comment.