Adjusted gitignore
Cross-Module dependency
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
!LICENSE
|
||||
|
||||
# include sourcecode except generated
|
||||
!core/
|
||||
!api/
|
||||
!src/
|
||||
src/generated
|
||||
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
|
||||
id 'java'
|
||||
id 'fabric-loom' apply false
|
||||
id 'maven-publish'
|
||||
id "org.jetbrains.kotlin.jvm" apply false
|
||||
|
||||
+1
-1
@@ -2,5 +2,5 @@
|
||||
archivesBaseName = artifact_basename
|
||||
|
||||
dependencies {
|
||||
project(":api")
|
||||
compile project(":api")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user