Displaying differences for changeset
 
display as  

.gradle/7.3/checksums/checksums.lock

 

.gradle/7.3/checksums/md5-checksums.bin

 

.gradle/7.3/checksums/sha1-checksums.bin

 

.gradle/7.3/fileHashes/fileHashes.lock

 

.gradle/buildOutputCleanup/buildOutputCleanup.lock

 

.gradle/nb-cache/csip-core-gradle-2050256390/project-info.ser

 

.gradle/nb-cache/subprojects.ser

 

build.gradle

@@ -21,10 +21,6 @@
 apply plugin: 'maven-publish'
 apply plugin: 'java-library'
 
-group = theGroup
-version = theVersion
-sourceCompatibility = theSourceCompatibility
-
 def getVersionName = { ->
     def hashStdOut = new ByteArrayOutputStream()
     exec {
@@ -34,6 +30,8 @@
     return hashStdOut.toString().trim()
 }
 
+group = theGroup
+sourceCompatibility = theSourceCompatibility
 version = getVersionName()
 
 sourceSets {
@@ -108,15 +106,6 @@
     api 'com.auth0:java-jwt:3.8.3'
     api 'com.auth0:jwks-rsa:0.9.0'
     api 'com.zaxxer:HikariCP:3.4.5'
-    
-  
-    api 'org.encog:encog-core:3.3.0'
-    api 'org.graphstream:gs-core:2.0'
-    api 'com.google.guava:guava:27.0-jre'
-    api 'org.apache.commons:commons-math3:3.6.1'
-    //
-    api 'org.mongodb:bson:4.4.1'
-    api 'org.mongodb:mongo-java-driver:3.12.10'
 }
 
 

gradle.properties

@@ -5,3 +5,6 @@
 theGroup=edu.colostate.omslab
 theName=csip-core
 theSourceCompatibility=1.8
+action.custom-1=artifactoryPublish
+action.custom-1.args=clean\nbuild\nartifactoryPublish
+action.custom-2=