diff --git a/cpp/jlibmimis/build.gradle b/cpp/jlibmimis/build.gradle index 5c6d0e0..e6af48e 100644 --- a/cpp/jlibmimis/build.gradle +++ b/cpp/jlibmimis/build.gradle @@ -139,7 +139,7 @@ mainPom.withXml { provider -> dep.appendNode('version', project.version) } def dep = deps.appendNode('dependency') - dep.appendNode('groupId', 'net.rubygrapefruit') - dep.appendNode('artifactId', 'platform') + dep.appendNode('groupId', 'com.github.boukefalos') + dep.appendNode('artifactId', 'jlibloader') dep.appendNode('version', '0.1') } \ No newline at end of file