Approval confirmation
Approval confirmation
Delete plugin confirmation
          To confirm the plugin deletion insert pluginId and author name
        
        Lars Grefer
org.joinfaces.classpath-scan
          PluginId 
        
        
          Author 
        
        org.joinfaces.classpath-scan
                  Owner:
                  
                    
                    Lars Grefer
                  
                
Performs the classpath scan at build-time for a faster application startup.
Version 4.1.9
4.1.9
Created 22 August 2020.
                Performs the classpath scan at build-time for a faster application startup.
                
            
            
            
                
                    Other versions 
                    
            
            
        - 5.2.0-m3
 - 5.2.0-m2
 - 5.2.0-m1
 - 5.1.12
 - 5.1.11
 - 5.1.10
 - 5.1.9.1
 - 5.1.9
 - 5.1.8
 - 5.1.7
 - 5.1.6
 - 5.1.5
 - 5.1.4
 - 5.1.3
 - 5.1.2
 - 5.1.1
 - 5.1.0
 - 5.1.0-rc2
 - 5.1.0-rc1
 - 5.1.0-m2
 - 5.1.0-m1
 - 5.0.13
 - 5.0.12
 - 5.0.11
 - 5.0.10
 - 5.0.9
 - 5.0.8
 - 5.0.7
 - 5.0.6
 - 5.0.5
 - 5.0.4
 - 5.0.3
 - 5.0.2
 - 5.0.1
 - 5.0.0
 - 5.0.0-m5
 - 5.0.0-m4
 - 5.0.0-m3
 - 5.0.0-m2
 - 5.0.0-m1
 - 4.7.18
 - 4.7.17
 - 4.7.16
 - 4.7.15
 - 4.7.14
 - 4.7.13
 - 4.7.12
 - 4.7.11
 - 4.7.10
 - 4.7.9
 - 4.7.8
 - 4.7.7
 - 4.7.6
 - 4.7.5
 - 4.7.4
 - 4.7.3
 - 4.7.2
 - 4.7.1
 - 4.7.0.2
 - 4.7.0.1
 - 4.7.0
 - 4.7.0-rc1
 - 4.7.0-m3
 - 4.7.0-m2
 - 4.7.0-m1
 - 4.6.14
 - 4.6.13
 - 4.6.12
 - 4.6.11
 - 4.6.10
 - 4.6.9
 - 4.6.8
 - 4.6.7
 - 4.6.6
 - 4.6.5
 - 4.6.4
 - 4.6.3
 - 4.6.2
 - 4.6.1
 - 4.6.0
 - 4.6.0-rc1
 - 4.6.0-m2
 - 4.6.0-m1
 - 4.5.14.1
 - 4.5.14
 - 4.5.13
 - 4.5.12
 - 4.5.11
 - 4.5.10
 - 4.5.9
 - 4.5.8
 - 4.5.7
 - 4.5.6
 - 4.5.5
 - 4.5.4
 - 4.5.3
 - 4.5.1
 - 4.5.0
 - 4.5.0-rc1
 - 4.5.0-m2
 - 4.4.13
 - 4.4.12
 - 4.4.11
 - 4.4.10
 - 4.4.9
 - 4.4.7
 - 4.4.6
 - 4.4.5
 - 4.4.3
 - 4.4.2
 - 4.4.0-rc1
 - 4.4.0-m3
 - 4.3.12
 - 4.3.11
 - 4.3.10
 - 4.3.9
 - 4.3.8
 - 4.3.6
 - 4.3.4
 - 4.3.3
 - 4.3.2
 - 4.3.0
 - 4.1.13
 - 4.1.11
 - 4.1.10
 - 4.1.5
 - 4.1.4
 - 4.1.2
 - 4.1.1
 - 4.1.0-rc1
 - 4.1.0-m5
 - 4.1.0-m4
 - 4.1.0-m3
 - 4.1.0-m2
 - 4.1.0-m1
 - 4.0.12
 - 4.0.11
 - 4.0.9
 - 4.0.8
 - 4.0.7
 - 4.0.6
 - 4.0.5
 - 4.0.4
 - 4.0.3
 - 4.0.2
 - 4.0.1
 - 4.0.0
 - 4.0.0-alpha.1
 
Add this plugin to your build using the plugins DSL:
plugins {
  id("org.joinfaces.classpath-scan") version "4.1.9"
}
              See also:
- 
                
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts):dependencies { implementation("org.joinfaces.classpath-scan:org.joinfaces.classpath-scan.gradle.plugin:4.1.9") }It can then be applied in the precompiled script plugin:plugins { id("org.joinfaces.classpath-scan") } - 
                
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.joinfaces.classpath-scan:org.joinfaces.classpath-scan.gradle.plugin:4.1.9") } } apply(plugin = "org.joinfaces.classpath-scan") - Applying plugins to all subprojects .