forked from 5gi/DeepJ
		
	comment add
This commit is contained in:
		
							parent
							
								
									b96202a905
								
							
						
					
					
						commit
						27cd9ec212
					
				@ -21,5 +21,10 @@
 | 
			
		||||
      <option name="name" value="maven" />
 | 
			
		||||
      <option name="url" value="https://jitpack.io" />
 | 
			
		||||
    </remote-repository>
 | 
			
		||||
    <remote-repository>
 | 
			
		||||
      <option name="id" value="maven" />
 | 
			
		||||
      <option name="name" value="maven" />
 | 
			
		||||
      <option name="url" value="https://git.nevets.tech/api/packages/5gi/maven" />
 | 
			
		||||
    </remote-repository>
 | 
			
		||||
  </component>
 | 
			
		||||
</project>
 | 
			
		||||
@ -5,16 +5,20 @@ plugins {
 | 
			
		||||
}
 | 
			
		||||
apply plugin: 'maven-publish'
 | 
			
		||||
group 'com.the5gi.deepj'
 | 
			
		||||
version '1.2.3'
 | 
			
		||||
version '1.2.4'
 | 
			
		||||
 | 
			
		||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_11
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
    mavenCentral()
 | 
			
		||||
    maven {
 | 
			
		||||
        url "https://git.nevets.tech/api/packages/5gi/maven"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    implementation group: 'org.json', name: 'json', version: '20210307'
 | 
			
		||||
    //implementation group: 'com.the5gi', name: 'DeepJ', version: '1.2.3'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
publishing {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user