added contents
This commit is contained in:
		
							
								
								
									
										12
									
								
								Projekte/battleship/model/build.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Projekte/battleship/model/build.gradle
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    id 'buildlogic.java-library-conventions'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
description = 'Battleship common model'
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    api project(":common")
 | 
			
		||||
    api libs.jme3.networking
 | 
			
		||||
    implementation libs.gson
 | 
			
		||||
    testImplementation libs.mockito.core
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user