File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "java.configuration.updateBuildConfiguration" : " automatic"
2+ "java.configuration.updateBuildConfiguration" : " automatic" ,
3+ "git.ignoreLimitWarning" : true
34}
Original file line number Diff line number Diff line change @@ -55,11 +55,13 @@ def pomConfig = {
5555// Bintray Snapshot: publishSnapshotPublicationToMaven3Repository
5656
5757task sourceJar (type : Jar ) {
58+ outputs. cacheIf { true }
5859 from sourceSets. main. allJava
5960 archiveClassifier = ' sources'
6061}
6162
6263task javadocJar (type : Jar , dependsOn : javadoc) {
64+ outputs. cacheIf { true }
6365 from javadoc. destinationDir
6466 archiveClassifier = ' javadoc'
6567}
Original file line number Diff line number Diff line change 2020# The size of the library demands a large amount of RAM to build. Increase as necessary if you get GC errors
2121# # linux requires 10G, OSX requires 11G
2222org.gradle.jvmargs =-XX:MaxPermSize=512m -Xmx2g
23+ org.gradle.parallel =true
2324org.gradle.caching =true
2425
2526mavenGroupId = com.microsoft.graph
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments