forked from 5gi/DeepJ
		
	Fixed Building issues properly
This commit is contained in:
		
							parent
							
								
									a2bb2ecc94
								
							
						
					
					
						commit
						a2bd5de224
					
				@ -22,9 +22,7 @@ apply plugin: 'maven-publish'
 | 
			
		||||
publishing {
 | 
			
		||||
    publications{
 | 
			
		||||
        publish(MavenPublication) {
 | 
			
		||||
            artifact("target/DeepJ-$version" + ".jar") {
 | 
			
		||||
                extension 'jar'
 | 
			
		||||
            }
 | 
			
		||||
            publication -> project.shadow.component(publication)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    repositories {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user