-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 0.0.6 with use of common_classes.rb
- Loading branch information
1 parent
4315423
commit 24beaad
Showing
4 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ plugins { | |
} | ||
|
||
group 'no.datek' | ||
version '0.0.5' | ||
version '0.0.6' | ||
|
||
java { | ||
withJavadocJar() | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file is loaded once for every view that is instantiated. | ||
# It uses (requires) a separate file to avoid loading the same code multiple times. | ||
require 'ruby/slim_helper' | ||
require 'source_reloader' if Java::no.datek.dlcsuper.util.SystemUtils.development? | ||
require 'source_reloader' if SystemUtils.development? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters