Updated Gradle build files.
This commit is contained in:
		
							parent
							
								
									d55ab77d0a
								
							
						
					
					
						commit
						c8ed9462d8
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
plugins {
 | 
					apply plugin: 'java'
 | 
				
			||||||
	id 'java'
 | 
					apply plugin: 'application'
 | 
				
			||||||
	id 'application'
 | 
					
 | 
				
			||||||
}
 | 
					sourceCompatibility = 17
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
	implementation project(':Triangle.AbstractMachine')
 | 
						implementation project(':Triangle.AbstractMachine')
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
plugins {
 | 
					apply plugin: 'java'
 | 
				
			||||||
	id 'java'
 | 
					apply plugin: 'application'
 | 
				
			||||||
	id 'application'
 | 
					
 | 
				
			||||||
}
 | 
					sourceCompatibility = 17
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
	implementation project(':Triangle.AbstractMachine')
 | 
						implementation project(':Triangle.AbstractMachine')
 | 
				
			||||||
 | 
				
			|||||||
@ -1,3 +1,4 @@
 | 
				
			|||||||
plugins {
 | 
					apply plugin: 'java-library'
 | 
				
			||||||
	id 'java-library'
 | 
					apply plugin: 'eclipse'
 | 
				
			||||||
}
 | 
					
 | 
				
			||||||
 | 
					sourceCompatibility = 17
 | 
				
			||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
plugins {
 | 
					apply plugin: 'java'
 | 
				
			||||||
	id 'java'
 | 
					apply plugin: 'application'
 | 
				
			||||||
	id 'application'
 | 
					
 | 
				
			||||||
}
 | 
					sourceCompatibility = 17
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
	implementation project(':Triangle.AbstractMachine')
 | 
						implementation project(':Triangle.AbstractMachine')
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user