mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Update version and disable folder scan alpha
This commit is contained in:
		
							parent
							
								
									182231a183
								
							
						
					
					
						commit
						919041e879
					
				@ -8,7 +8,7 @@ plugins {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
group = 'stirling.software'
 | 
					group = 'stirling.software'
 | 
				
			||||||
version = '0.10.2'
 | 
					version = '0.10.3'
 | 
				
			||||||
sourceCompatibility = '17'
 | 
					sourceCompatibility = '17'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
repositories {
 | 
					repositories {
 | 
				
			||||||
 | 
				
			|||||||
@ -9,7 +9,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
 | 
				
			|||||||
import jakarta.annotation.PostConstruct;
 | 
					import jakarta.annotation.PostConstruct;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@SpringBootApplication
 | 
					@SpringBootApplication
 | 
				
			||||||
@EnableScheduling
 | 
					//@EnableScheduling
 | 
				
			||||||
public class SPdfApplication {
 | 
					public class SPdfApplication {
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	@Autowired
 | 
						@Autowired
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user