Skip to content

Commit 1ed2345

Browse files
committed
Possible solution to StuyLib dep not resolving
1 parent 9bb2368 commit 1ed2345

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ plugins {
44
id "maven-publish"
55
}
66

7+
sourceSets {
8+
main {
9+
java {
10+
srcDirs = ['src']
11+
}
12+
}
13+
}
14+
715
repositories {
816
mavenCentral()
917
maven { url = uri("https://jitpack.io") }

0 commit comments

Comments
 (0)