We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4fe8c7 + 42011e2 commit 9125643Copy full SHA for 9125643
build.gradle
@@ -19,6 +19,7 @@ allprojects {
19
apply plugin: 'java'
20
}
21
22
+apply plugin: 'eclipse'
23
apply plugin: 'groovy'
24
apply plugin: 'idea'
25
apply plugin: 'com.sourcemuse.mongo'
@@ -49,8 +50,22 @@ sourceSets {
49
50
idea {
51
module {
52
scopes.PROVIDED.plus += [configurations.provided]
53
+ downloadJavadoc = true
54
+ downloadSources = true
55
56
57
+
58
+eclipse {
59
+ classpath {
60
+ downloadSources true
61
+ downloadJavadoc true
62
+ }
63
+ jdt {
64
+ sourceCompatibility java.sourceCompatibility
65
+ targetCompatibility java.targetCompatibility
66
67
+}
68
69
dependencies {
70
implementation("org.quartz-scheduler:quartz:2.3.2")
71
implementation("org.mongodb:mongodb-driver-sync:4.0.5")
0 commit comments