Skip to content

Commit

Permalink
Idk
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 19, 2024
1 parent dd64b57 commit f507af2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion backend-openimaj/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'maven-publish'
}

apply from: '../build.common.gradle'
Expand Down
1 change: 0 additions & 1 deletion backend-openpnp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
}

apply from: '../build.common.gradle'
apply from: '../publish.gradle'

dependencies {
compileOnly project(':core')
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

subprojects {
group 'com.github.deltacv'
version '1.0.0'
}
3 changes: 1 addition & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ plugins {
id "com.vanniktech.maven.publish" version "0.30.0"
}

apply from: '../build.common.gradle'
apply from: '../publish.gradle'
apply from: '../build.common.gradle'
3 changes: 3 additions & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mavenPublishing {
pomFromGradleProperties()
}

0 comments on commit f507af2

Please sign in to comment.