File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import java.time.Duration
77
88plugins  {
99  id ' jacoco' 
10-   id ' com.gradleup.shadow' ' 8.3.0 ' 
10+   id ' com.gradleup.shadow' ' 8.3.8 ' 
1111  id ' org.jetbrains.kotlin.jvm' ' 2.0.0' 
1212  id ' io.github.gradle-nexus.publish-plugin' ' 2.0.0' 
1313}
@@ -208,12 +208,7 @@ testFixturesJar {
208208  destinationDirectory =  file(" $rootDir  /build/extralibs" 
209209}
210210
211- task sourceJar (type :Jar ) {
212-   archiveClassifier =  " sources" 
213-   from sourceSets. main. allSource
214- }
215- 
216- tasks. withType(Javadoc ) {
211+ tasks. withType(Javadoc ). configureEach  {
217212  failOnError false
218213  include ' org/jetbrains/java/decompiler/api/**' 
219214  include ' org/jetbrains/java/decompiler/main/extern/**' 
@@ -227,7 +222,7 @@ java {
227222  withJavadocJar()
228223}
229224
230- tasks. withType(Jar ) {
225+ tasks. withType(Jar ). configureEach  {
231226  reproducibleFileOrder =  true 
232227  preserveFileTimestamps =  false 
233228}
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ kotlin.stdlib.default.dependency = false
22
33#  Dependencies for Gradle
44groovy =3.0.9 
5- hamcrest =2.2 
6- junit_bom =5.9.2  
5+ hamcrest =3.0 
6+ junit_bom =5.13.4  
77scala_library =3.2.2 
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
66}
77
88plugins  {
9-   id ' org.gradle.toolchains.foojay-resolver-convention' ' 0.8 .0' 
9+   id ' org.gradle.toolchains.foojay-resolver-convention' ' 1.0 .0' 
1010}
1111
1212rootProject. name =  ' vineflower' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments