Skip to content

Commit

Permalink
Deployment Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
zecollokaris committed Oct 15, 2018
1 parent ac32b0e commit f59906f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions Hero-Squad-Spark.iml

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'java'
apply plugin: 'application'

archivesBaseName = "friend"
archivesBaseName = "Hero-Squad"
version = '1.0'
applicationName = "HeroSquad"
applicationName = "Hero-Squad"
mainClassName = "App"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/layout.vtl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello Friend!</title>
<title>Hero Squad!</title>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<link href="https://fonts.googleapis.com/css?family=Anton|Chakra+Petch|Hi+Melody" rel="stylesheet">
<link rel='stylesheet' href='/app.css'>
Expand Down

0 comments on commit f59906f

Please sign in to comment.