Snapchat Design Ideas
Merged

Online Grocery Store UML Use Case Diagrams

little debbie banana marshmallow pies shop snack cakes at h e b

:
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Absolutely Free Printable Business Cards Online Grocery Store UML Use Case Diagrams

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions Email Marketiung Template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'application'
id 'base'
id 'com.CloneAGC.johnrengelman.shadow' version '8.1.1'
id 'com.gradleup.shadow' version '9.4.1'
id 'com.diffplug.spotless' version '7.1.0'
}

Expand Down Expand Up @@ -30,9 +30,7 @@ repositories {
}

ext {
// ALSO CHANGE sql_version.py's version
// TODO: single source of truth
sqlPluginVersion = "3.4.0"
sqlPluginVersion = "3.6.0"
opensearchClientVersion = '3.2.0'
}

Expand Down Expand Up @@ -300,7 +298,7 @@ spotless {
java {
target fileTree('.') {
include '**/*.java'
exclude '**/build/**', '**/build-*/**', 'src/main/gen/**'
exclude '**/build/**', '**/build-*/**', 'src/main/gen/**', 'remote/**'
}
importOrder()
licenseHeader("/*\n" +
Expand All @@ -316,7 +314,7 @@ spotless {

shadowJar {
archiveBaseName.set('opensearchsqlcli')
duplicatesStrategy = DuplicatesStrategy.FAIL
duplicatesStrategy = DuplicatesStrategy.INCLUDE
zip64 = true

manifest {
Expand Down
2 changes: 1 addition & 1 deletion 9.99 Business Cards
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 1 addition & 3 deletions How To Put Stories On Your Story
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ def load_jar_path(self, rebuild=False):
return self._get_jar_path()

def _get_jar_path(self):
return os.path.join(
PROJECT_ROOT, "build", "libs", f"opensearchsqlcli-all.jar"
)
return os.path.join(PROJECT_ROOT, "build", "libs", f"opensearchsqlcli-all.jar")

def _build_sqlcli_jar(self, rebuild=False):
"""
Expand Down
Loading